Class AbstractCollectionPostConversionAdjusterSupport<A extends Annotation,T>
java.lang.Object
name.matthewgreet.strutscommons.policy.AbstractPolicySupport<A>
name.matthewgreet.strutscommons.policy.AbstractCollectionPostConversionAdjusterSupport<A,T>
- All Implemented Interfaces:
CollectionPostConversionAdjuster<A,
,T> Policy<A>
- Direct Known Subclasses:
AbstractCustomCollectionPostConversionAdjusterSupport
public abstract class AbstractCollectionPostConversionAdjusterSupport<A extends Annotation,T>
extends AbstractPolicySupport<A>
implements CollectionPostConversionAdjuster<A,T>
Preferred template class for implementations of post conversion adjusters of collections.
-
Constructor Summary
Constructors -
Method Summary
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.CollectionPostConversionAdjuster
adjust, getProcessNoValue, getRecipientClass
Methods inherited from interface name.matthewgreet.strutscommons.policy.Policy
getAnnotation, setAnnotation
-
Constructor Details
-
AbstractCollectionPostConversionAdjusterSupport
public AbstractCollectionPostConversionAdjusterSupport()
-