Uses of Class
com.upokecenter.cbor.JSONOptions.ConversionMode
| Package | Description |
|---|---|
| com.upokecenter.cbor |
-
Uses of JSONOptions.ConversionMode in com.upokecenter.cbor
Methods in com.upokecenter.cbor that return JSONOptions.ConversionMode Modifier and Type Method Description JSONOptions.ConversionModeJSONOptions. getNumberConversion()Gets a value indicating how JSON numbers are decoded to CBOR objects.static JSONOptions.ConversionModeJSONOptions.ConversionMode. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static JSONOptions.ConversionMode[]JSONOptions.ConversionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.