Package org.apache.ofbiz.base.conversion
Class MiscConverters
- java.lang.Object
-
- org.apache.ofbiz.base.conversion.MiscConverters
-
- All Implemented Interfaces:
ConverterLoader
public class MiscConverters extends java.lang.Object implements ConverterLoader
Miscellaneous Converter classes.
-
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description static int
CHAR_BUFFER_SIZE
-
Constructor Summary
Constructors Constructor Description MiscConverters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
loadConverters()
Create and register converters with the Java object type conversion framework.
-
-
-
Field Detail
-
CHAR_BUFFER_SIZE
public static final int CHAR_BUFFER_SIZE
- See Also:
- Constant Field Values
-
-
Method Detail
-
loadConverters
public void loadConverters()
Description copied from interface:ConverterLoader
Create and register converters with the Java object type conversion framework. If the converter extends one of the converter abstract classes, then the converter will register itself when an instance is created. Otherwise, callConverters.registerConverter(Converter)
with theConverter
instance.- Specified by:
loadConverters
in interfaceConverterLoader
-
-