Uses of Class
jakarta.json.JsonConfig.KeyStrategy
-
Packages that use JsonConfig.KeyStrategy Package Description jakarta.json Provides an object model API to process JSON. -
-
Uses of JsonConfig.KeyStrategy in jakarta.json
Methods in jakarta.json that return JsonConfig.KeyStrategy Modifier and Type Method Description static JsonConfig.KeyStrategy
JsonConfig.KeyStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static JsonConfig.KeyStrategy[]
JsonConfig.KeyStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-