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