com.ca.jcs.converter.meta
Class TrimPropertyConverter
java.lang.Object
com.ca.jcs.cfg.Vetoable
com.ca.jcs.converter.meta.PropertyConverter
com.ca.jcs.converter.meta.TrimPropertyConverter
- All Implemented Interfaces:
- AttributeConverter
public class TrimPropertyConverter
- extends PropertyConverter
When registered causes attribute's values to be trimmed, i.e. leading and trailing spaces will
be removed.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TrimPropertyConverter
public TrimPropertyConverter(DataModelProperty prop)
TrimPropertyConverter
public TrimPropertyConverter(ConverterConfig cfg,
DataModelProperty prop)
Created 2011-07-14 13:27 EST