Uses of Annotation Type
org.glassfish.jersey.internal.util.PropertyAlias
Packages that use PropertyAlias
Package
Description
Jersey client-side classes.
Jersey server-side classes.
-
Uses of PropertyAlias in org.glassfish.jersey.client
Fields in org.glassfish.jersey.client with annotations of type PropertyAliasModifier and TypeFieldDescriptionstatic final String
ClientProperties.FEATURE_AUTO_DISCOVERY_DISABLE
Iftrue
then disable auto-discovery on the client.static final String
ClientProperties.JSON_PROCESSING_FEATURE_DISABLE
Iftrue
then disable configuration of Json Processing (JSR-353) feature on client.static final String
ClientProperties.METAINF_SERVICES_LOOKUP_DISABLE
Iftrue
then disable META-INF/services lookup on client.static final String
ClientProperties.MOXY_JSON_FEATURE_DISABLE
Iftrue
then disable configuration of MOXy Json feature on client.static final 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 PropertyAliasModifier and TypeFieldDescriptionstatic final String
ServerProperties.FEATURE_AUTO_DISCOVERY_DISABLE
Iftrue
then disable auto discovery on server.static final String
ServerProperties.JSON_PROCESSING_FEATURE_DISABLE
Iftrue
then disable configuration of Json Processing (JSR-353) feature on server.static final String
ServerProperties.METAINF_SERVICES_LOOKUP_DISABLE
Iftrue
then disable META-INF/services lookup on server.static final String
ServerProperties.MOXY_JSON_FEATURE_DISABLE
Iftrue
then disable configuration of MOXy Json feature on server.static final 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.