Package ch.raffael.meldioc.library.codec
Class GsonObjectCodecFeature.Default
- java.lang.Object
-
- ch.raffael.meldioc.library.codec.GsonObjectCodecFeature.Default
-
- All Implemented Interfaces:
GsonObjectCodecFeature,ObjectCodecFeature
- Enclosing interface:
- GsonObjectCodecFeature
@Feature public abstract static class GsonObjectCodecFeature.Default extends java.lang.Object implements GsonObjectCodecFeature
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.codec.GsonObjectCodecFeature
GsonObjectCodecFeature.Configuration, GsonObjectCodecFeature.Default
-
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.gson.GsondefaultGson()protected GsonObjectCodecFeature.ConfigurationgsonObjectCodecFeatureConfiguration()GsonObjectCodec.FactoryobjectCodecFactory()
-
-
-
Method Detail
-
defaultGson
@Provision(shared=true) public com.google.gson.Gson defaultGson()
- Specified by:
defaultGsonin interfaceGsonObjectCodecFeature
-
objectCodecFactory
@Provision(shared=true) public GsonObjectCodec.Factory objectCodecFactory()
- Specified by:
objectCodecFactoryin interfaceObjectCodecFeature
-
gsonObjectCodecFeatureConfiguration
protected GsonObjectCodecFeature.Configuration gsonObjectCodecFeatureConfiguration()
-
-