Uses of Class
cdc.converters.defaults.StringToList
-
Packages that use StringToList Package Description cdc.converters.defaults -
-
Uses of StringToList in cdc.converters.defaults
Subclasses of StringToList in cdc.converters.defaults Modifier and Type Class Description classStringToBooleanListclassStringToByteListclassStringToDoubleListclassStringToFloatListclassStringToIntegerListclassStringToLongListclassStringToShortListFields in cdc.converters.defaults with type parameters of type StringToList Modifier and Type Field Description static Factory<StringToList<?>>StringToList. FACTORYMethods in cdc.converters.defaults with type parameters of type StringToList Modifier and Type Method Description protected static <C extends StringToList<T>,T>
Factory<C>StringToList. factory(Class<C> converterClass, Class<T> elementClass, StringToList.Creator<C,T> creator)Methods in cdc.converters.defaults that return StringToList Modifier and Type Method Description static <T> StringToList<T>StringToList. create(Class<T> elementClass, String prefix, String separator, String suffix, Converter<String,? extends T> converter, boolean trim)
-