com.ca.jcs.converter.attr
Class StructuralAttributeConverter
java.lang.Object
com.ca.jcs.converter.attr.AttributeValueConverter
com.ca.jcs.converter.attr.StructuralAttributeConverter
- All Implemented Interfaces:
- AttributeConverter
- Direct Known Subclasses:
- JavaObjectAttributeConverter
public class StructuralAttributeConverter
- extends AttributeValueConverter
Handy base class for converters that modify the structural form of an attribute, rather then just the syntax of its values.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StructuralAttributeConverter
public StructuralAttributeConverter(Converter converter,
boolean multiValued,
boolean lossy)
StructuralAttributeConverter
public StructuralAttributeConverter(Converter converter,
boolean multiValued)
StructuralAttributeConverter
public StructuralAttributeConverter(Converter converter)
Created 2011-07-14 13:27 EST