Uses of Class
org.glassfish.jersey.internal.util.PropertyAlias
-
Packages that use PropertyAlias Package Description org.glassfish.jersey.client Jersey client-side classes.org.glassfish.jersey.server Jersey server-side classes. -
-
Uses of PropertyAlias in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client with annotations of type PropertyAlias Modifier and Type Field Description static StringClientProperties. FEATURE_AUTO_DISCOVERY_DISABLEIftruethen disable auto-discovery on the client.static StringClientProperties. JSON_PROCESSING_FEATURE_DISABLEIftruethen disable configuration of Json Processing (JSR-353) feature on client.static StringClientProperties. METAINF_SERVICES_LOOKUP_DISABLEIftruethen disable META-INF/services lookup on client.static StringClientProperties. MOXY_JSON_FEATURE_DISABLEIftruethen disable configuration of MOXy Json feature on client.static StringClientProperties. OUTBOUND_CONTENT_LENGTH_BUFFERAn integer value that defines the buffer size used to buffer client-side request entity in order to determine its size and set the value of HTTP "Content-Length" header. -
Uses of PropertyAlias in org.glassfish.jersey.server
Fields in org.glassfish.jersey.server with annotations of type PropertyAlias Modifier and Type Field Description static StringServerProperties. FEATURE_AUTO_DISCOVERY_DISABLEIftruethen disable auto discovery on server.static StringServerProperties. JSON_PROCESSING_FEATURE_DISABLEIftruethen disable configuration of Json Processing (JSR-353) feature on server.static StringServerProperties. METAINF_SERVICES_LOOKUP_DISABLEIftruethen disable META-INF/services lookup on server.static StringServerProperties. MOXY_JSON_FEATURE_DISABLEIftruethen disable configuration of MOXy Json feature on server.static StringServerProperties. OUTBOUND_CONTENT_LENGTH_BUFFERAn integer value that defines the buffer size used to buffer server-side response entity in order to determine its size and set the value of HTTP "Content-Length" header.
-