Class DeferredValueMatcher
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.deferred.DeferredValueMatcher
-
- All Implemented Interfaces:
ValueMatcher
public class DeferredValueMatcher extends Object implements ValueMatcher
-
-
Constructor Summary
Constructors Constructor Description DeferredValueMatcher(GtfsReader reader, EntitySchemaCache schemaCache, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(Class<?> parentEntityType, String propertyName, Object value)
-
-
-
Constructor Detail
-
DeferredValueMatcher
public DeferredValueMatcher(GtfsReader reader, EntitySchemaCache schemaCache, Object value)
-
-
Method Detail
-
matches
public boolean matches(Class<?> parentEntityType, String propertyName, Object value)
- Specified by:
matchesin interfaceValueMatcher
-
-