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.