Package org.apache.ofbiz.entity.util
Class Converters.JSONToGenericValue
- java.lang.Object
-
- org.apache.ofbiz.base.conversion.AbstractConverter<JSON,GenericValue>
-
- org.apache.ofbiz.entity.util.Converters.JSONToGenericValue
-
- All Implemented Interfaces:
Converter<JSON,GenericValue>
,ConverterLoader
- Enclosing class:
- Converters
public static class Converters.JSONToGenericValue extends AbstractConverter<JSON,GenericValue>
-
-
Constructor Summary
Constructors Constructor Description JSONToGenericValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GenericValue
convert(JSON obj)
Convertsobj
toT
.-
Methods inherited from class org.apache.ofbiz.base.conversion.AbstractConverter
canConvert, convert, getSourceClass, getTargetClass, loadConverters
-
-
-
-
Method Detail
-
convert
public GenericValue convert(JSON obj) throws ConversionException
Description copied from interface:Converter
Convertsobj
toT
.- Parameters:
obj
- The sourceObject
to convert- Returns:
- The converted
Object
- Throws:
ConversionException
-
-