Class AbstractCollectionConverterSupport<A extends Annotation,T>
java.lang.Object
name.matthewgreet.strutscommons.policy.AbstractPolicySupport<A>
name.matthewgreet.strutscommons.policy.AbstractValidatorSupport<A>
name.matthewgreet.strutscommons.policy.AbstractCollectionConverterSupport<A,T>
- All Implemented Interfaces:
CollectionConverter<A,
,T> Policy<A>
,Validator<A>
- Direct Known Subclasses:
AbstractCustomCollectionConverterSupport
,IntegerCSVConverter
,StringCSVConverter
public abstract class AbstractCollectionConverterSupport<A extends Annotation,T>
extends AbstractValidatorSupport<A>
implements CollectionConverter<A,T>
Preferred template class for implementations of converters to collection-based data types.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Collection
<T> makeCollectionForRecipient
(Class<?> recipientFieldClass) Methods inherited from class name.matthewgreet.strutscommons.policy.AbstractPolicySupport
getAnnotation, setAnnotation
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface name.matthewgreet.strutscommons.policy.CollectionConverter
convert, format, getProcessNoValue, getRecipientClass, getRecipientFieldName
Methods inherited from interface name.matthewgreet.strutscommons.policy.Policy
getAnnotation, setAnnotation
Methods inherited from interface name.matthewgreet.strutscommons.policy.Validator
getMessage, getMessageKey, getMessageType
-
Constructor Details
-
AbstractCollectionConverterSupport
public AbstractCollectionConverterSupport()
-
-
Method Details
-
makeCollectionForRecipient
-