Class JsonbConstants
- java.lang.Object
-
- io.smallrye.openapi.api.constants.JsonbConstants
-
public class JsonbConstants extends Object
Constants related to the JSON-B Specification- Author:
- Phillip Kruger (phillip.kruger@redhat.com), Eric Wittmann (eric.wittmann@gmail.com)
-
-
Field Summary
Fields Modifier and Type Field Description static StringCASE_INSENSITIVEstatic StringIDENTITYstatic List<org.jboss.jandex.DotName>JSONB_PROPERTYstatic List<org.jboss.jandex.DotName>JSONB_PROPERTY_ORDERstatic List<org.jboss.jandex.DotName>JSONB_TRANSIENTstatic StringLOWER_CASE_WITH_DASHESstatic StringLOWER_CASE_WITH_UNDERSCORESstatic StringPROP_VALUEstatic StringUPPER_CAMEL_CASEstatic StringUPPER_CAMEL_CASE_WITH_SPACES
-
-
-
Field Detail
-
IDENTITY
public static final String IDENTITY
- See Also:
- Constant Field Values
-
LOWER_CASE_WITH_DASHES
public static final String LOWER_CASE_WITH_DASHES
- See Also:
- Constant Field Values
-
LOWER_CASE_WITH_UNDERSCORES
public static final String LOWER_CASE_WITH_UNDERSCORES
- See Also:
- Constant Field Values
-
UPPER_CAMEL_CASE
public static final String UPPER_CAMEL_CASE
- See Also:
- Constant Field Values
-
UPPER_CAMEL_CASE_WITH_SPACES
public static final String UPPER_CAMEL_CASE_WITH_SPACES
- See Also:
- Constant Field Values
-
CASE_INSENSITIVE
public static final String CASE_INSENSITIVE
- See Also:
- Constant Field Values
-
JSONB_PROPERTY
public static final List<org.jboss.jandex.DotName> JSONB_PROPERTY
-
JSONB_TRANSIENT
public static final List<org.jboss.jandex.DotName> JSONB_TRANSIENT
-
JSONB_PROPERTY_ORDER
public static final List<org.jboss.jandex.DotName> JSONB_PROPERTY_ORDER
-
PROP_VALUE
public static final String PROP_VALUE
- See Also:
- Constant Field Values
-
-