Package org.ehrbase.aql.dto.path
Class AqlPathHelper
- java.lang.Object
-
- org.ehrbase.aql.dto.path.AqlPathHelper
-
public class AqlPathHelper extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceAqlPathHelper.PrefixMatcher
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static List<CharSequence>split(CharSequence path, int startPos, int max, boolean addSearch, AqlPathHelper.PrefixMatcher matcher)
-
-
-
Method Detail
-
split
public static List<CharSequence> split(CharSequence path, int startPos, int max, boolean addSearch, AqlPathHelper.PrefixMatcher matcher)
-
-