Uses of Class
org.jboss.resteasy.reactive.server.mapping.RequestMapper
-
Packages that use RequestMapper Package Description org.jboss.resteasy.reactive.server.handlers -
-
Uses of RequestMapper in org.jboss.resteasy.reactive.server.handlers
Methods in org.jboss.resteasy.reactive.server.handlers that return types with arguments of type RequestMapper Modifier and Type Method Description Map<String,RequestMapper<RuntimeResource>>ClassRoutingHandler. getMappers()Method parameters in org.jboss.resteasy.reactive.server.handlers with type arguments of type RequestMapper Modifier and Type Method Description voidResourceLocatorHandler. addResource(Class<?> resourceClass, Map<String,RequestMapper<RuntimeResource>> requestMapper)Constructor parameters in org.jboss.resteasy.reactive.server.handlers with type arguments of type RequestMapper Constructor Description ClassRoutingHandler(Map<String,RequestMapper<RuntimeResource>> mappers, int parameterOffset, boolean resumeOn404)
-