@Vetoed public class CollectionConverter<C extends Collection<T>,T> extends Object implements Converter<C>
Constructor and Description |
---|
CollectionConverter(Function<? super Integer,? extends C> collectionCreator,
Function<? super C,? extends C> immutableCollectionCreator,
Converter<? extends T> scalarConverter) |
Modifier and Type | Method and Description |
---|---|
C |
convert(Value value)
Converts the supplied
Value into the appropriate kind of
object and returns the result. |
Copyright © 2019–2020, microBean™. All rights reserved.