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 TypeClassDescriptionenumMethods 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 TypeAdapterFactoryNumberTypeAdapter.getFactory(ToNumberStrategy toNumberStrategy) static TypeAdapterFactoryObjectTypeAdapter.getFactory(ToNumberStrategy toNumberStrategy)