org.ofbiz.entity.util
Class Converters.NullFieldToObject

java.lang.Object
  extended by org.ofbiz.base.conversion.AbstractConverter<GenericEntity.NullField,java.lang.Object>
      extended by org.ofbiz.entity.util.Converters.NullFieldToObject
All Implemented Interfaces:
Converter<GenericEntity.NullField,java.lang.Object>, ConverterLoader
Enclosing class:
Converters

public static class Converters.NullFieldToObject
extends AbstractConverter<GenericEntity.NullField,java.lang.Object>


Constructor Summary
Converters.NullFieldToObject()
           
 
Method Summary
 java.lang.Object convert(GenericEntity.NullField obj)
          Converts obj to T.
 
Methods inherited from class org.ofbiz.base.conversion.AbstractConverter
canConvert, convert, getSourceClass, getTargetClass, loadConverters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Converters.NullFieldToObject

public Converters.NullFieldToObject()
Method Detail

convert

public java.lang.Object convert(GenericEntity.NullField obj)
                         throws ConversionException
Description copied from interface: Converter
Converts obj to T.

Parameters:
obj - The source Object to convert
Returns:
The converted Object
Throws:
ConversionException