Uses of Interface
name.matthewgreet.strutscommons.validators.CollectionConverter
Packages that use CollectionConverter
Package
Description
-
Uses of CollectionConverter in name.matthewgreet.strutscommons.interceptor
Methods in name.matthewgreet.strutscommons.interceptor with parameters of type CollectionConverterModifier and TypeMethodDescriptionprotected <T> void
AnnotationValidationInterceptor.checkCollectionConversionMessage
(Field unconvertedField, Annotation annotation, CollectionConverter<?, T> collectionConverter, AnnotationValidationInterceptor.ConversionFieldResult<T> conversionFieldResult, com.opensymphony.xwork2.interceptor.ValidationAware validationAware, com.opensymphony.xwork2.TextProvider textProvider) Checks if conversion results means a message must be written and writes appropriate type if needed.protected <T> ConversionResult
<T> AnnotationValidationInterceptor.validateCollectionConversion
(Field unconvertedField, Annotation annotation, CollectionConverter<?, T> collectionConversionValidator, String formValue, Field recipientField, Class<T> recipientClass) Calls validator to convert string form field value to recipient field of expected data type. -
Uses of CollectionConverter in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return CollectionConverterModifier and TypeMethodDescriptionValidatorLibrary.AnnotationUsageResult.getCollectionConverter()
Constructors in name.matthewgreet.strutscommons.util with parameters of type CollectionConverterModifierConstructorDescriptionAnnotationUsageResult
(CollectionConverter<Annotation, T> collectionConverter) -
Uses of CollectionConverter in name.matthewgreet.strutscommons.validators
Classes in name.matthewgreet.strutscommons.validators that implement CollectionConverterModifier and TypeClassDescriptionclass
AbstractCollectionConverterSupport<A extends Annotation,
T> Preferred template class for implementations of converters to collection-based data types.class
Template class for client supplied converters to collection-based data types.class
class