Package org.glassfish.jersey.internal
Class InternalProperties
java.lang.Object
org.glassfish.jersey.internal.InternalProperties
Internal common (server/client) Jersey configuration properties.
- Author:
- Michal Gajdos
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
This property should be set by configured JSON feature to indicate that other (registered but not configured) JSON features should not be configured.static final String
Client-specific version ofJSON_FEATURE
.static final String
Server-specific version ofJSON_FEATURE
. -
Method Summary
-
Field Details
-
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. The name of the configuration property is "jersey.config.jsonFeature".- Since:
- 2.9
- See Also:
-
JSON_FEATURE_CLIENT
Client-specific version ofJSON_FEATURE
. If present, it overrides the generic one for the client environment.- Since:
- 2.9
- See Also:
-
JSON_FEATURE_SERVER
Server-specific version ofJSON_FEATURE
. If present, it overrides the generic one for the server environment.- Since:
- 2.9
- See Also:
-