public class InternalProperties extends Object
Modifier and Type | Field and Description |
---|---|
static 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 String |
JSON_FEATURE_CLIENT
Client-specific version of
JSON_FEATURE . |
static String |
JSON_FEATURE_SERVER
Server-specific version of
JSON_FEATURE . |
public static final String JSON_FEATURE
public static final String JSON_FEATURE_CLIENT
JSON_FEATURE
.
If present, it overrides the generic one for the client environment.public static final String JSON_FEATURE_SERVER
JSON_FEATURE
.
If present, it overrides the generic one for the server environment.Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.