Package org.apache.ofbiz.entity.util
Class Converters
- java.lang.Object
-
- org.apache.ofbiz.entity.util.Converters
-
- All Implemented Interfaces:
ConverterLoader
public class Converters extends java.lang.Object implements ConverterLoader
Entity EngineConverter
classes.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
Converters.GenericValueToJSON
static class
Converters.GenericValueToList
static class
Converters.GenericValueToSet
static class
Converters.GenericValueToString
static class
Converters.JSONToGenericValue
static class
Converters.NullFieldToObject
static class
Converters.ObjectToNullField
-
Constructor Summary
Constructors Constructor Description Converters()
-
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.
-
-
-
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
-
-