Class RemoveNullIntegerEntriesListPostConversionAdjuster
java.lang.Object
name.matthewgreet.strutscommons.policy.AbstractPolicySupport<RemoveNullIntegerEntries>
name.matthewgreet.strutscommons.policy.AbstractListPostConversionAdjusterSupport<RemoveNullIntegerEntries,Integer>
name.matthewgreet.strutscommons.policy.RemoveNullIntegerEntriesListPostConversionAdjuster
- All Implemented Interfaces:
ListPostConversionAdjuster<RemoveNullIntegerEntries,,Integer> Policy<RemoveNullIntegerEntries>
public class RemoveNullIntegerEntriesListPostConversionAdjuster
extends AbstractListPostConversionAdjusterSupport<RemoveNullIntegerEntries,Integer>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns adjusted form field values.booleanReturns whether validator should not be skipped if conversion was skipped.Returns item types of recipient collection fields that can receive converted form value.Methods inherited from class name.matthewgreet.strutscommons.policy.AbstractPolicySupport
getAnnotation, setAnnotationMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface name.matthewgreet.strutscommons.policy.Policy
getAnnotation, setAnnotation
-
Constructor Details
-
RemoveNullIntegerEntriesListPostConversionAdjuster
public RemoveNullIntegerEntriesListPostConversionAdjuster()
-
-
Method Details
-
adjust
Description copied from interface:ListPostConversionAdjusterReturns adjusted form field values.- Throws:
Exception
-
getProcessNoValue
public boolean getProcessNoValue()Description copied from interface:ListPostConversionAdjusterReturns whether validator should not be skipped if conversion was skipped. -
getRecipientClass
Description copied from interface:ListPostConversionAdjusterReturns item types of recipient collection fields that can receive converted form value. Not to be confused with collection type.
-