Uses of Interface
org.d2rq.mapgen.Filter.IdentifierMatcher

Packages that use Filter.IdentifierMatcher
org.d2rq.mapgen   
 

Uses of Filter.IdentifierMatcher in org.d2rq.mapgen
 

Fields in org.d2rq.mapgen declared as Filter.IdentifierMatcher
static Filter.IdentifierMatcher Filter.NULL_MATCHER
           
 

Methods in org.d2rq.mapgen that return Filter.IdentifierMatcher
static Filter.IdentifierMatcher Filter.createPatternMatcher(Pattern pattern)
           
static Filter.IdentifierMatcher Filter.createStringMatcher(String s)
           
 

Methods in org.d2rq.mapgen that return types with arguments of type Filter.IdentifierMatcher
 List<List<Filter.IdentifierMatcher>> FilterParser.parse()
           
 

Constructors in org.d2rq.mapgen with parameters of type Filter.IdentifierMatcher
FilterMatchColumn(Filter.IdentifierMatcher schema, Filter.IdentifierMatcher table, Filter.IdentifierMatcher column, boolean matchParents)
           
FilterMatchSchema(Filter.IdentifierMatcher schema)
           
FilterMatchTable(Filter.IdentifierMatcher schema, Filter.IdentifierMatcher table, boolean matchParents)