Class PropertyPathExpressionValueSetter
java.lang.Object
org.onebusaway.gtfs_transformer.deferred.PropertyPathExpressionValueSetter
- All Implemented Interfaces:
ValueSetter
Implementation of
ValueSetter that evaluates a
PropertyPathExpression on the target bean to determine the new value
used in setting.-
Constructor Summary
ConstructorsConstructorDescriptionPropertyPathExpressionValueSetter(GtfsReader reader, EntitySchemaCache schemaCache, GtfsRelationalDao dao, PropertyPathExpression expression) -
Method Summary
-
Constructor Details
-
PropertyPathExpressionValueSetter
public PropertyPathExpressionValueSetter(GtfsReader reader, EntitySchemaCache schemaCache, GtfsRelationalDao dao, PropertyPathExpression expression)
-
-
Method Details
-
setValue
Description copied from interface:ValueSetterUpdates the specified property of the specified bean as appropriate.- Specified by:
setValuein interfaceValueSetter
-