org.glassfish.jersey
Class CommonProperties

java.lang.Object
  extended by org.glassfish.jersey.CommonProperties

public final class CommonProperties
extends Object

Common (server/client) Jersey configuration properties.

Author:
Michal Gajdos (michal.gajdos at oracle.com)

Field Summary
static String FEATURE_DISABLE_AUTO_DISCOVERY
          If true then disable auto discovery on client/server.
static String FEATURE_DISABLE_JSON_PROCESSING
          If true then disable registration of Json Processing (JSR-353) feature.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FEATURE_DISABLE_AUTO_DISCOVERY

public static final String FEATURE_DISABLE_AUTO_DISCOVERY
If true then disable auto discovery on client/server.

By default auto discovery is automatically enabled. The value of this property may be overridden by the client/server variant of this property.

The default value is false.

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

See Also:
Constant Field Values

FEATURE_DISABLE_JSON_PROCESSING

public static final String FEATURE_DISABLE_JSON_PROCESSING
If true then disable registration of Json Processing (JSR-353) feature.

By default Json Processing is automatically enabled. The value of this property may be overridden by the client/server variant of this property.

The default value is false.

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

See Also:
Constant Field Values


Copyright © 2007-2013 Oracle Corporation. All Rights Reserved. Use is subject to license terms.