Uses of Interface
org.jboss.resteasy.reactive.server.model.HandlerChainCustomizer
-
Packages that use HandlerChainCustomizer Package Description org.jboss.resteasy.reactive.server.core org.jboss.resteasy.reactive.server.model -
-
Uses of HandlerChainCustomizer in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return types with arguments of type HandlerChainCustomizer Modifier and Type Method Description List<HandlerChainCustomizer>DeploymentInfo. getGlobalHandlerCustomizers()Method parameters in org.jboss.resteasy.reactive.server.core with type arguments of type HandlerChainCustomizer Modifier and Type Method Description DeploymentInfoDeploymentInfo. setGlobalHandlerCustomizers(List<HandlerChainCustomizer> globalHandlerCustomers) -
Uses of HandlerChainCustomizer in org.jboss.resteasy.reactive.server.model
Classes in org.jboss.resteasy.reactive.server.model that implement HandlerChainCustomizer Modifier and Type Class Description classFixedHandlerChainCustomizerclassFixedHandlersChainCustomizerclassFixedResponseBuilderAndStreamingResponseCustomizerMethods in org.jboss.resteasy.reactive.server.model that return types with arguments of type HandlerChainCustomizer Modifier and Type Method Description List<HandlerChainCustomizer>ServerResourceMethod. getHandlerChainCustomizers()Method parameters in org.jboss.resteasy.reactive.server.model with type arguments of type HandlerChainCustomizer Modifier and Type Method Description ServerResourceMethodServerResourceMethod. setHandlerChainCustomizers(List<HandlerChainCustomizer> handlerChainCustomizers)
-