Interface CollectionConverter<A extends Annotation,T>

All Superinterfaces:
Policy<A>, Validator<A>
All Known Implementing Classes:
AbstractCollectionConverterSupport, AbstractCustomCollectionConverterSupport, AbstractCustomCollectionFormatterSupport, IntegerCSVConverter, StringCSVConverter

public interface CollectionConverter<A extends Annotation,T> extends Validator<A>
Interface for form field validators used by AnnotationValidationInterceptor that convert from string values to collections and vice versa.