Class Deployment
java.lang.Object
org.jboss.resteasy.reactive.server.core.Deployment
-
Constructor Summary
ConstructorsConstructorDescriptionDeployment(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) -
Method Summary
Modifier and TypeMethodDescriptionSupplier<jakarta.ws.rs.core.Application> org.jboss.resteasy.reactive.common.jaxrs.ConfigurationImplApplication path prefix.org.jboss.resteasy.reactive.common.ResteasyReactiveConfiggetRuntimeParamConverter(Class<?> fieldOwnerClass, String fieldName, boolean single) org.jboss.resteasy.reactive.spi.ThreadSetupActionbooleansetRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
-
Constructor Details
-
Deployment
public Deployment(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)
-
-
Method Details
-
getExceptionMapper
-
getApplicationSupplier
-
getConfiguration
public org.jboss.resteasy.reactive.common.jaxrs.ConfigurationImpl getConfiguration() -
getResteasyReactiveConfig
public org.jboss.resteasy.reactive.common.ResteasyReactiveConfig getResteasyReactiveConfig() -
getExceptionMapping
-
isServletPresent
public boolean isServletPresent() -
getContextResolvers
-
getSerialisers
-
getAbortHandlerChain
-
getDynamicEntityWriter
-
getPrefix
Application path prefix. Must start with "/" and not end with a "/". Cannot be null.- Returns:
- the application path prefix, or an empty string.
-
getParamConverterProviders
-
getPreMatchHandlers
-
getClassMappers
-
getRuntimeParamConverter
public ParameterConverter getRuntimeParamConverter(Class<?> fieldOwnerClass, String fieldName, boolean single) -
getThreadSetupAction
public org.jboss.resteasy.reactive.spi.ThreadSetupAction getThreadSetupAction() -
getRequestContextFactory
-
getRuntimeConfigurableServerRestHandlers
public List<GenericRuntimeConfigurableServerRestHandler<?>> getRuntimeConfigurableServerRestHandlers() -
getRuntimeConfiguration
-
setRuntimeConfiguration
-
getDisabledEndpoints
-