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