Uses of Class
org.jboss.resteasy.reactive.server.handlers.RestInitialHandler.InitialMatch
Packages that use RestInitialHandler.InitialMatch
-
Uses of RestInitialHandler.InitialMatch in org.jboss.resteasy.reactive.server.core
Methods in org.jboss.resteasy.reactive.server.core that return types with arguments of type RestInitialHandler.InitialMatchMethod parameters in org.jboss.resteasy.reactive.server.core with type arguments of type RestInitialHandler.InitialMatchModifier and TypeMethodDescriptionvoidResteasyReactiveRequestContext.setupInitialMatchAndRestart(RequestMapper.RequestMatch<RestInitialHandler.InitialMatch> initialMatch) Constructor parameters in org.jboss.resteasy.reactive.server.core with type arguments of type RestInitialHandler.InitialMatchModifierConstructorDescriptionDeployment(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 RestInitialHandler.InitialMatch in org.jboss.resteasy.reactive.server.util
Method parameters in org.jboss.resteasy.reactive.server.util with type arguments of type RestInitialHandler.InitialMatchModifier and TypeMethodDescriptionstatic voidRuntimeResourceVisitor.visitRuntimeResources(String applicationPath, List<RequestMapper.RequestPath<RestInitialHandler.InitialMatch>> classMappers, RuntimeResourceVisitor visitor)