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, ConfigurationImpl configuration, Supplier<jakarta.ws.rs.core.Application> applicationSupplier, ThreadSetupAction threadSetupAction, RequestContextFactory requestContextFactory, List<ServerRestHandler> preMatchHandlers, ArrayList<RequestMapper.RequestPath<RestInitialHandler.InitialMatch>> classMappers, List<GenericRuntimeConfigurableServerRestHandler<?>> runtimeConfigurableServerRestHandlers, RuntimeExceptionMapper exceptionMapper, boolean servletPresent, 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()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(List<RequestMapper.RequestPath<RestInitialHandler.InitialMatch>> classMappers, RuntimeResourceVisitor visitor)