Class ReplaceValueSetter

    • Constructor Detail

      • ReplaceValueSetter

        public ReplaceValueSetter​(String matchRegex,
                                  String replacementValue)
    • Method Detail

      • setValue

        public void setValue​(org.onebusaway.csv_entities.schema.BeanWrapper bean,
                             String propertyName)
        Description copied from interface: ValueSetter
        Updates the specified property of the specified bean as appropriate.
        Specified by:
        setValue in interface ValueSetter