Uses of Class
org.jboss.resteasy.annotations.interception.Precedence
-
Packages that use Precedence Package Description org.jboss.resteasy.annotations.interception -
-
Uses of Precedence in org.jboss.resteasy.annotations.interception
Classes in org.jboss.resteasy.annotations.interception with annotations of type Precedence Modifier and Type Class Description interfaceDecoderPrecedenceThis interceptor is an Content-Encoding decoder.interfaceEncoderPrecedenceThis interceptor is an Content-Encoding encoder.interfaceHeaderDecoratorPrecedenceHeaderDecoratorPrecedence interceptors should always come first as they decorate a response (on the server), or an outgoing request (on the client) with special, user-defined, headers.interfaceRedirectPrecedenceShould be placed on a PreProcessInterceptor.interfaceSecurityPrecedenceShould be placed on a PreProcessInterceptor.
-