public class InternalProperties
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
JSON_FEATURE
This property should be set by configured JSON feature to indicate that other (registered but not configured) JSON features
should not be configured.
|
static java.lang.String |
JSON_FEATURE_CLIENT
Client-specific version of
JSON_FEATURE . |
static java.lang.String |
JSON_FEATURE_SERVER
Server-specific version of
JSON_FEATURE . |
Modifier | Constructor and Description |
---|---|
private |
InternalProperties()
Prevent instantiation.
|
public static final java.lang.String JSON_FEATURE
public static final java.lang.String JSON_FEATURE_CLIENT
JSON_FEATURE
.
If present, it overrides the generic one for the client environment.public static final java.lang.String JSON_FEATURE_SERVER
JSON_FEATURE
.
If present, it overrides the generic one for the server environment.