Class InternalProperties


  • public class InternalProperties
    extends Object
    Internal common (server/client) Jersey configuration properties.
    Author:
    Michal Gajdos
    • Field Detail

      • JSON_FEATURE

        public static final 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.

        The name of the configuration property is "jersey.config.jsonFeature".

        Since:
        2.9
        See Also:
        Constant Field Values
      • JSON_FEATURE_CLIENT

        public static final String JSON_FEATURE_CLIENT
        Client-specific version of JSON_FEATURE.

        If present, it overrides the generic one for the client environment.

        Since:
        2.9
        See Also:
        Constant Field Values
      • JSON_FEATURE_SERVER

        public static final String JSON_FEATURE_SERVER
        Server-specific version of JSON_FEATURE.

        If present, it overrides the generic one for the server environment.

        Since:
        2.9
        See Also:
        Constant Field Values