Uses of Class
cdc.enums.AbstractMaskToString
-
-
Uses of AbstractMaskToString in cdc.enums
Methods in cdc.enums with type parameters of type AbstractMaskToString Modifier and Type Method Description protected static <C extends AbstractMaskToString<M,V>,M extends Mask<M,V>,V>
Factory<C>AbstractMaskToString. factory(Class<C> converterClass, Class<M> maskClass, Class<V> valueClass, AbstractMaskToString.Creator<C,V> creator)Methods in cdc.enums that return AbstractMaskToString Modifier and Type Method Description static <M extends Mask<M,V>,V>
AbstractMaskToString<M,V>AbstractMaskToString. create(Class<M> maskClass, String prefix, String separator, String suffix, Converter<? super V,String> converter)
-