Uses of Class
org.jboss.resteasy.reactive.server.model.ServerResourceMethod
-
Packages that use ServerResourceMethod Package Description org.jboss.resteasy.reactive.server.core.startup org.jboss.resteasy.reactive.server.model -
-
Uses of ServerResourceMethod in org.jboss.resteasy.reactive.server.core.startup
Methods in org.jboss.resteasy.reactive.server.core.startup with parameters of type ServerResourceMethod Modifier and Type Method Description RuntimeResourceRuntimeResourceDeployment. buildResourceMethod(ResourceClass clazz, ServerResourceMethod method, boolean locatableResource, URITemplate classPathTemplate, DeploymentInfo info) -
Uses of ServerResourceMethod in org.jboss.resteasy.reactive.server.model
Methods in org.jboss.resteasy.reactive.server.model that return ServerResourceMethod Modifier and Type Method Description ServerResourceMethodServerResourceMethod. setCustomerParameterExtractor(ParameterExtractor customerParameterExtractor)ServerResourceMethodServerResourceMethod. setHandlerChainCustomizers(List<HandlerChainCustomizer> handlerChainCustomizers)
-