Uses of Interface
name.matthewgreet.strutscommons.policy.ListConverter
Packages that use ListConverter
Package
Description
Various Struts 2 Interceptors.
Standard adjusters, converters and validators used in alternate annotation-based annotation.
Various helper classes, especially for session-based data, and libraries.
-
Uses of ListConverter in name.matthewgreet.strutscommons.interceptor
Methods in name.matthewgreet.strutscommons.interceptor with parameters of type ListConverterModifier and TypeMethodDescriptionprotected <T> voidAnnotationValidationInterceptor.checkCollectionConversionMessage(Field unconvertedField, Annotation annotation, ListConverter<?, T> collectionConverter, AnnotationValidationInterceptor.ConversionFieldResult<T> conversionFieldResult, ValidationAware validationAware, TextProvider textProvider, org.apache.logging.log4j.Logger validationLogger) Deprecated.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, ListConverter<?, T> collectionConverter, String formValue, Field recipientField, Class<T> recipientClass) Deprecated.Calls validator to convert string form field value to recipient field of expected data type. -
Uses of ListConverter in name.matthewgreet.strutscommons.policy
Classes in name.matthewgreet.strutscommons.policy that implement ListConverterModifier and TypeClassDescriptionclassTemplate class for custom list converters.classTemplate class for custom list converters that just format for a view helper.classAbstractListConverterSupport<A extends Annotation,T> Preferred template class for implementations of converters to collection-based data types.classAbstractListFormatterSupport<A extends Annotation,T> Template class for bespoke converters that just format for a view helper.classclass -
Uses of ListConverter in name.matthewgreet.strutscommons.util
Methods in name.matthewgreet.strutscommons.util that return ListConverterModifier and TypeMethodDescriptionListConverter<?, T> InterceptorCommonLibrary.ConfiguredPolicy.getListConverter()Methods in name.matthewgreet.strutscommons.util with parameters of type ListConverterModifier and TypeMethodDescriptionstatic <T> InterceptorCommonLibrary.ConfiguredPolicy<T> InterceptorCommonLibrary.ConfiguredPolicy.makeListConverterResult(ListConverter<?, T> listConverter, boolean defaultAnnotation)