Uses of Interface
com.google.gson.ToNumberStrategy
Packages that use ToNumberStrategy
-
Uses of ToNumberStrategy in com.google.gson
Classes in com.google.gson that implement ToNumberStrategyModifier and TypeClassDescriptionenum
Fields in com.google.gson declared as ToNumberStrategyModifier and TypeFieldDescription(package private) final ToNumberStrategy
private ToNumberStrategy
GsonBuilder.numberToNumberStrategy
(package private) final ToNumberStrategy
private ToNumberStrategy
GsonBuilder.objectToNumberStrategy
Methods in com.google.gson with parameters of type ToNumberStrategyModifier and TypeMethodDescriptionGsonBuilder.setNumberToNumberStrategy
(ToNumberStrategy numberToNumberStrategy) Configures Gson to apply a specific number strategy during deserialization ofNumber
.GsonBuilder.setObjectToNumberStrategy
(ToNumberStrategy objectToNumberStrategy) Configures Gson to apply a specific number strategy during deserialization ofObject
.Constructors in com.google.gson with parameters of type ToNumberStrategyModifierConstructorDescription(package private)
Gson
(Excluder excluder, FieldNamingStrategy fieldNamingStrategy, Map<Type, InstanceCreator<?>> instanceCreators, boolean serializeNulls, boolean complexMapKeySerialization, boolean generateNonExecutableGson, boolean htmlSafe, boolean prettyPrinting, boolean lenient, boolean serializeSpecialFloatingPointValues, LongSerializationPolicy longSerializationPolicy, String datePattern, int dateStyle, int timeStyle, List<TypeAdapterFactory> builderFactories, List<TypeAdapterFactory> builderHierarchyFactories, List<TypeAdapterFactory> factoriesToBeAdded, ToNumberStrategy objectToNumberStrategy, ToNumberStrategy numberToNumberStrategy) -
Uses of ToNumberStrategy in com.google.gson.internal.bind
Fields in com.google.gson.internal.bind declared as ToNumberStrategyModifier and TypeFieldDescriptionprivate final ToNumberStrategy
NumberTypeAdapter.toNumberStrategy
private final ToNumberStrategy
ObjectTypeAdapter.toNumberStrategy
Methods in com.google.gson.internal.bind with parameters of type ToNumberStrategyModifier and TypeMethodDescriptionstatic TypeAdapterFactory
NumberTypeAdapter.getFactory
(ToNumberStrategy toNumberStrategy) static TypeAdapterFactory
ObjectTypeAdapter.getFactory
(ToNumberStrategy toNumberStrategy) private static TypeAdapterFactory
NumberTypeAdapter.newFactory
(ToNumberStrategy toNumberStrategy) private static TypeAdapterFactory
ObjectTypeAdapter.newFactory
(ToNumberStrategy toNumberStrategy) Constructors in com.google.gson.internal.bind with parameters of type ToNumberStrategyModifierConstructorDescriptionprivate
NumberTypeAdapter
(ToNumberStrategy toNumberStrategy) private
ObjectTypeAdapter
(Gson gson, ToNumberStrategy toNumberStrategy)