Class ClassRoutingHandler
- java.lang.Object
-
- org.jboss.resteasy.reactive.server.handlers.ClassRoutingHandler
-
- All Implemented Interfaces:
ServerRestHandler,RestHandler<ResteasyReactiveRequestContext>
public class ClassRoutingHandler extends Object implements ServerRestHandler
-
-
Constructor Summary
Constructors Constructor Description ClassRoutingHandler(Map<String,RequestMapper<RuntimeResource>> mappers, int parameterOffset, boolean resumeOn404)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,RequestMapper<RuntimeResource>>getMappers()voidhandle(ResteasyReactiveRequestContext requestContext)
-
-
-
Constructor Detail
-
ClassRoutingHandler
public ClassRoutingHandler(Map<String,RequestMapper<RuntimeResource>> mappers, int parameterOffset, boolean resumeOn404)
-
-
Method Detail
-
handle
public void handle(ResteasyReactiveRequestContext requestContext) throws Exception
- Specified by:
handlein interfaceRestHandler<ResteasyReactiveRequestContext>- Specified by:
handlein interfaceServerRestHandler- Throws:
Exception
-
getMappers
public Map<String,RequestMapper<RuntimeResource>> getMappers()
-
-