Interface ValueSetter

All Known Implementing Classes:
DeferredValueSetter, PropertyPathExpressionValueSetter, ReplaceValueSetter

public interface ValueSetter
Provides methods for updating the value of a particular Java bean's property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setValue(org.onebusaway.csv_entities.schema.BeanWrapper bean, String propertyName)
    Updates the specified property of the specified bean as appropriate.
  • Method Details

    • setValue

      void setValue(org.onebusaway.csv_entities.schema.BeanWrapper bean, String propertyName)
      Updates the specified property of the specified bean as appropriate.