Package ch.raffael.meldioc.library.codec
Interface GsonObjectCodecFeature
-
- All Superinterfaces:
ObjectCodecFeature
- All Known Implementing Classes:
GsonObjectCodecFeature.Default
@Feature public interface GsonObjectCodecFeature extends ObjectCodecFeature
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classGsonObjectCodecFeature.Configurationstatic classGsonObjectCodecFeature.Default
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Deprecated Methods Modifier and Type Method Description default com.google.gson.GsondefaultGson()Deprecated, for removal: This API element is subject to removal in a future version.com.google.gson.Gsongson()GsonObjectCodec.FactorygsonObjectCodecFactory()default GsonObjectCodec.FactoryobjectCodecFactory()
-
-
-
Method Detail
-
defaultGson
@Deprecated(forRemoval=true) default com.google.gson.Gson defaultGson()
Deprecated, for removal: This API element is subject to removal in a future version.
-
gson
@Provision com.google.gson.Gson gson()
-
gsonObjectCodecFactory
@Provision GsonObjectCodec.Factory gsonObjectCodecFactory()
-
objectCodecFactory
@Provision default GsonObjectCodec.Factory objectCodecFactory()
- Specified by:
objectCodecFactoryin interfaceObjectCodecFeature
-
-