Uses of Interface
org.ehrbase.aql.dto.path.AqlPathHelper.PrefixMatcher
-
Packages that use AqlPathHelper.PrefixMatcher Package Description org.ehrbase.aql.dto.path -
-
Uses of AqlPathHelper.PrefixMatcher in org.ehrbase.aql.dto.path
Fields in org.ehrbase.aql.dto.path declared as AqlPathHelper.PrefixMatcher Modifier and Type Field Description static AqlPathHelper.PrefixMatcherAqlPath. ATTRIBUTE_SEPARATORstatic AqlPathHelper.PrefixMatcherAqlPath. PATH_SEPARATORMethods in org.ehrbase.aql.dto.path that return AqlPathHelper.PrefixMatcher Modifier and Type Method Description static AqlPathHelper.PrefixMatcherAqlPathHelper.PrefixMatcher. forChar(char search)static AqlPathHelper.PrefixMatcherAqlPathHelper.PrefixMatcher. forStrings(String... search)Methods in org.ehrbase.aql.dto.path with parameters of type AqlPathHelper.PrefixMatcher Modifier and Type Method Description static List<CharSequence>AqlPathHelper. split(CharSequence path, int startPos, int max, boolean addSearch, AqlPathHelper.PrefixMatcher matcher)
-