Uses of Class
com.google.gson.ToNumberPolicy
-
Packages that use ToNumberPolicy Package Description com.google.gson This package provides theGson
class to convert Json to Java and vice-versa. -
-
Uses of ToNumberPolicy in com.google.gson
Methods in com.google.gson that return ToNumberPolicy Modifier and Type Method Description static ToNumberPolicy
ToNumberPolicy. valueOf(String name)
Returns the enum constant of this type with the specified name.static ToNumberPolicy[]
ToNumberPolicy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-