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
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
. -
Uses of ToNumberStrategy in com.google.gson.internal.bind
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)