Package org.onebusaway.gtfs_transformer.deferred
-
Interface Summary Interface Description ValueSetter Provides methods for updating the value of a particular Java bean's property. -
Class Summary Class Description DeferredValueConverter In implementations, the source value is often a primitive string but the target value type is often something more complex: a numeric type, aAgencyAndId, a field with GTFS-specific formatting, or even a GTFS entity.DeferredValueMatcher DeferredValueSetter DeferredValueSupport EntitySchemaCache PropertyPathExpressionValueSetter Implementation ofValueSetterthat evaluates aPropertyPathExpressionon the target bean to determine the new value used in setting.ReplaceValueSetter AValueSetterthat can do string-replacement operations on a bean value.