Uses of Class
org.jboss.resteasy.reactive.server.mapping.RequestMapper.RequestPath
-
Packages that use RequestMapper.RequestPath Package Description org.jboss.resteasy.reactive.server.core org.jboss.resteasy.reactive.server.mapping org.jboss.resteasy.reactive.server.util -
-
Uses of RequestMapper.RequestPath in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return types with arguments of type RequestMapper.RequestPath Modifier and Type Method Description List<RequestMapper.RequestPath<RestInitialHandler.InitialMatch>>Deployment. getClassMappers() -
Uses of RequestMapper.RequestPath in org.jboss.resteasy.reactive.server.mapping
Methods in org.jboss.resteasy.reactive.server.mapping that return types with arguments of type RequestMapper.RequestPath Modifier and Type Method Description org.jboss.resteasy.reactive.server.mapping.PathMatcher<List<RequestMapper.RequestPath<T>>>RequestMapper. getRequestPaths()List<RequestMapper.RequestPath<T>>RequestMapper. getTemplates()Constructor parameters in org.jboss.resteasy.reactive.server.mapping with type arguments of type RequestMapper.RequestPath Constructor Description RequestMapper(List<RequestMapper.RequestPath<T>> templates) -
Uses of RequestMapper.RequestPath in org.jboss.resteasy.reactive.server.util
Method parameters in org.jboss.resteasy.reactive.server.util with type arguments of type RequestMapper.RequestPath Modifier and Type Method Description static voidRuntimeResourceVisitor. visitRuntimeResources(List<RequestMapper.RequestPath<RestInitialHandler.InitialMatch>> classMappers, RuntimeResourceVisitor visitor)
-