Class DefaultConverters.PropertyConverterFactory
- java.lang.Object
-
- com.oracle.coherence.io.json.genson.convert.DefaultConverters.PropertyConverterFactory
-
- All Implemented Interfaces:
ContextualFactory<Object>
- Enclosing class:
- DefaultConverters
public static final class DefaultConverters.PropertyConverterFactory extends Object implements ContextualFactory<Object>
-
-
Constructor Summary
Constructors Constructor Description PropertyConverterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Converter<Object>create(BeanProperty property, Genson genson)Return an instance of a converter working with objects of type T based on property argument or null.
-
-
-
Method Detail
-
create
public Converter<Object> create(BeanProperty property, Genson genson)
Description copied from interface:ContextualFactoryReturn an instance of a converter working with objects of type T based on property argument or null.- Specified by:
createin interfaceContextualFactory<Object>
-
-