Class MultivalueConverterOption<T>

java.lang.Object
org.ghotibeaun.json.converters.options.AbstractConverterOption<List<T>>
org.ghotibeaun.json.converters.options.MultivalueConverterOption<T>
All Implemented Interfaces:
ConverterOption<List<T>>

public class MultivalueConverterOption<T>
extends AbstractConverterOption<List<T>>