Uses of Enum Class
jsonvalues.spec.JsObjSpecBuilder.ORDERS
Packages that use JsObjSpecBuilder.ORDERS
Package
Description
The `jsonvalues.spec` package provides classes and interfaces for defining and working with JSON specifications (specs) and parsers.
-
Uses of JsObjSpecBuilder.ORDERS in jsonvalues.spec
Methods in jsonvalues.spec that return JsObjSpecBuilder.ORDERSModifier and TypeMethodDescriptionstatic JsObjSpecBuilder.ORDERS
Returns the enum constant of this class with the specified name.static JsObjSpecBuilder.ORDERS[]
JsObjSpecBuilder.ORDERS.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in jsonvalues.spec with type arguments of type JsObjSpecBuilder.ORDERSModifier and TypeMethodDescriptionJsObjSpecBuilder.withFieldOrders
(Map<String, JsObjSpecBuilder.ORDERS> fieldsOrder) Sets the order for fields in the JsObjSpec.