Uses of Class
org.jboss.resteasy.reactive.server.mapping.RequestMapper.RequestPath
Packages that use RequestMapper.RequestPath
Package
Description
-
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.RequestPathConstructor parameters in org.jboss.resteasy.reactive.server.core with type arguments of type RequestMapper.RequestPathModifierConstructorDescriptionDeployment(ExceptionMapping exceptionMapping, ContextResolvers contextResolvers, ServerSerialisers serialisers, ServerRestHandler[] abortHandlerChain, EntityWriter dynamicEntityWriter, String prefix, ParamConverterProviders paramConverterProviders, org.jboss.resteasy.reactive.common.jaxrs.ConfigurationImpl configuration, Supplier<jakarta.ws.rs.core.Application> applicationSupplier, org.jboss.resteasy.reactive.spi.ThreadSetupAction threadSetupAction, RequestContextFactory requestContextFactory, List<ServerRestHandler> preMatchHandlers, ArrayList<RequestMapper.RequestPath<RestInitialHandler.InitialMatch>> classMappers, List<GenericRuntimeConfigurableServerRestHandler<?>> runtimeConfigurableServerRestHandlers, RuntimeExceptionMapper exceptionMapper, boolean servletPresent, org.jboss.resteasy.reactive.common.ResteasyReactiveConfig resteasyReactiveConfig, Map<String, List<String>> disabledEndpoints) -
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.RequestPathModifier and TypeMethodDescriptionorg.jboss.resteasy.reactive.server.mapping.PathMatcher<ArrayList<RequestMapper.RequestPath<T>>> RequestMapper.getRequestPaths()RequestMapper.getTemplates()Methods in org.jboss.resteasy.reactive.server.mapping with parameters of type RequestMapper.RequestPathModifier and TypeMethodDescriptionintRequestMapper.RequestPath.compareTo(RequestMapper.RequestPath<T> o) Constructor parameters in org.jboss.resteasy.reactive.server.mapping with type arguments of type RequestMapper.RequestPath -
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.RequestPathModifier and TypeMethodDescriptionstatic voidRuntimeResourceVisitor.visitRuntimeResources(String applicationPath, List<RequestMapper.RequestPath<RestInitialHandler.InitialMatch>> classMappers, RuntimeResourceVisitor visitor)