Class DefaultConverters.MapConverterFactory
- java.lang.Object
-
- com.oracle.coherence.io.json.genson.convert.DefaultConverters.MapConverterFactory
-
-
Field Summary
Fields Modifier and Type Field Description static DefaultConverters.MapConverterFactoryinstance
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Converter<? extends Map<?,?>>create(Type type, Genson genson)Implementations of this method must try to create an instance of type T based on the parameter "type".static DefaultConverters.KeyAdapter<?>keyAdapter(Class<?> keyRawClass)
-
-
-
Field Detail
-
instance
public static final DefaultConverters.MapConverterFactory instance
-
-
Method Detail
-
create
public Converter<? extends Map<?,?>> create(Type type, Genson genson)
Description copied from interface:FactoryImplementations of this method must try to create an instance of type T based on the parameter "type". If this factory can not create an object of type T for parameter type then it must return null.
-
keyAdapter
public static DefaultConverters.KeyAdapter<?> keyAdapter(Class<?> keyRawClass)
-
-