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 java.lang.String
ClientProperties. FEATURE_AUTO_DISCOVERY_DISABLE
Iftrue
then disable auto-discovery on the client.static java.lang.String
ClientProperties. JSON_PROCESSING_FEATURE_DISABLE
Iftrue
then disable configuration of Json Processing (JSR-353) feature on client.static java.lang.String
ClientProperties. METAINF_SERVICES_LOOKUP_DISABLE
Iftrue
then disable META-INF/services lookup on client.static java.lang.String
ClientProperties. MOXY_JSON_FEATURE_DISABLE
Iftrue
then disable configuration of MOXy Json feature on client.static java.lang.String
ClientProperties. OUTBOUND_CONTENT_LENGTH_BUFFER
An 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 java.lang.String
ServerProperties. FEATURE_AUTO_DISCOVERY_DISABLE
Iftrue
then disable auto discovery on server.static java.lang.String
ServerProperties. JSON_PROCESSING_FEATURE_DISABLE
Iftrue
then disable configuration of Json Processing (JSR-353) feature on server.static java.lang.String
ServerProperties. METAINF_SERVICES_LOOKUP_DISABLE
Iftrue
then disable META-INF/services lookup on server.static java.lang.String
ServerProperties. MOXY_JSON_FEATURE_DISABLE
Iftrue
then disable configuration of MOXy Json feature on server.static java.lang.String
ServerProperties. OUTBOUND_CONTENT_LENGTH_BUFFER
An 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.
-