Uses of Interface
org.crumbleworks.forge.crumbprops.Converters
-
Packages that use Converters Package Description org.crumbleworks.forge.crumbprops org.crumbleworks.forge.crumbprops.annotations -
-
Uses of Converters in org.crumbleworks.forge.crumbprops
Classes in org.crumbleworks.forge.crumbprops that implement Converters Modifier and Type Class Description classDefaultConvertersImplNaming scheme is:
convertToTYPE(String value);
convertFromTYPE(TYPE value);
The underlying parser checks for the 'convertTo' and 'convertFrom' keywords to map the methods for invoking -
Uses of Converters in org.crumbleworks.forge.crumbprops.annotations
Methods in org.crumbleworks.forge.crumbprops.annotations that return types with arguments of type Converters Modifier and Type Method Description Class<? extends Converters>converter()Optional: TheConvertersimplementation to be used for converting values to strings and back.
-