Uses of Class
io.avaje.jsonb.Json.Naming
-
Packages that use Json.Naming Package Description io.avaje.jsonb Core API of Jsonb. -
-
Uses of Json.Naming in io.avaje.jsonb
Methods in io.avaje.jsonb that return Json.Naming Modifier and Type Method Description Json.Naming
naming()
Specify the naming convention to use for the properties on this type.static Json.Naming
Json.Naming. valueOf(String name)
Returns the enum constant of this type with the specified name.static Json.Naming[]
Json.Naming. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-