Class AbstractCollectionPostConversionValidatorSupport<A extends Annotation,T>
java.lang.Object
name.matthewgreet.strutscommons.policy.AbstractPolicySupport<A>
name.matthewgreet.strutscommons.policy.AbstractValidatorSupport<A>
name.matthewgreet.strutscommons.policy.AbstractCollectionPostConversionValidatorSupport<A,T>
- All Implemented Interfaces:
CollectionPostConversionValidator<A,
,T> Policy<A>
,Validator<A>
- Direct Known Subclasses:
AbstractCustomCollectionPostConversionValidatorSupport
public abstract class AbstractCollectionPostConversionValidatorSupport<A extends Annotation,T>
extends AbstractValidatorSupport<A>
implements CollectionPostConversionValidator<A,T>
Preferred template class for implementations of post-conversion validators of collection-based data types.
-
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.CollectionPostConversionValidator
getProcessNoValue, getRecipientClass, getShortCircuit, validate
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
-
AbstractCollectionPostConversionValidatorSupport
public AbstractCollectionPostConversionValidatorSupport()
-