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, 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 resumeOn404, ResteasyReactiveConfig resteasyReactiveConfig, Map<String, List<String>> disabledEndpoints) -
Method Summary
Modifier and TypeMethodDescriptionSupplier<jakarta.ws.rs.core.Application>Application path prefix.getRuntimeParamConverter(Class<?> fieldOwnerClass, String fieldName, boolean single) booleansetRuntimeConfiguration(RuntimeConfiguration runtimeConfiguration)
-
Constructor Details
-
Deployment
public Deployment(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 resumeOn404, ResteasyReactiveConfig resteasyReactiveConfig, Map<String, List<String>> disabledEndpoints)
-
-
Method Details
-
getExceptionMapper
-
getApplicationSupplier
-
getConfiguration
-
getResteasyReactiveConfig
-
getExceptionMapping
-
getContextResolvers
-
getSerialisers
-
getAbortHandlerChain
-
getDynamicEntityWriter
-
isResumeOn404
public boolean isResumeOn404() -
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
-
getRequestContextFactory
-
getRuntimeConfigurableServerRestHandlers
public List<GenericRuntimeConfigurableServerRestHandler<?>> getRuntimeConfigurableServerRestHandlers() -
getRuntimeConfiguration
-
setRuntimeConfiguration
-
getDisabledEndpoints
-