Uses of Interface
org.onebusaway.gtfs_transformer.deferred.ValueSetter
-
Packages that use ValueSetter Package Description org.onebusaway.gtfs_transformer.deferred org.onebusaway.gtfs_transformer.impl -
-
Uses of ValueSetter in org.onebusaway.gtfs_transformer.deferred
Classes in org.onebusaway.gtfs_transformer.deferred that implement ValueSetter Modifier and Type Class Description classDeferredValueSetterclassPropertyPathExpressionValueSetterImplementation ofValueSetterthat evaluates aPropertyPathExpressionon the target bean to determine the new value used in setting.classReplaceValueSetterAValueSetterthat can do string-replacement operations on a bean value. -
Uses of ValueSetter in org.onebusaway.gtfs_transformer.impl
Constructor parameters in org.onebusaway.gtfs_transformer.impl with type arguments of type ValueSetter Constructor Description SimpleModificationStrategy(Map<String,ValueSetter> propertyUpdates)
-