Class AbstractCustomCollectionFormatterSupport<T>

All Implemented Interfaces:
CollectionConverter<CustomCollectionConversion,T>, Policy<CustomCollectionConversion>, Validator<CustomCollectionConversion>

public abstract class AbstractCustomCollectionFormatterSupport<T> extends AbstractCustomCollectionConverterSupport<T>
Template class for client supplied converters to collection-based data types that just format for a view helper. Subclasses must implement CollectionConverter.getRecipientClass() and CollectionConverter.format(java.util.Collection<T>).