Class DefaultConverters.DateContextualFactory
- java.lang.Object
-
- com.oracle.coherence.io.json.genson.convert.DefaultConverters.DateContextualFactory
-
- All Implemented Interfaces:
ContextualFactory
- Enclosing class:
- DefaultConverters
public static class DefaultConverters.DateContextualFactory extends Object implements ContextualFactory
-
-
Constructor Summary
Constructors Constructor Description DateContextualFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Convertercreate(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 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
-
-