Class VertxResteasyDeployment
java.lang.Object
org.jboss.resteasy.core.ResteasyDeploymentImpl
org.jboss.resteasy.plugins.server.vertx.VertxResteasyDeployment
- All Implemented Interfaces:
ResteasyDeployment
@Deprecated(forRemoval=true,
since="6.2.13.Final")
public class VertxResteasyDeployment
extends ResteasyDeploymentImpl
Deprecated, for removal: This API element is subject to removal in a future version.
use new dependencies
- Author:
- Julien Viet
-
Field Summary
Fields inherited from class org.jboss.resteasy.core.ResteasyDeploymentImpl
actualProviderClasses, actualResourceClasses, addCharset, application, applicationClass, asyncJobServiceBasePath, asyncJobServiceEnabled, asyncJobServiceMaxJobResults, asyncJobServiceMaxWait, asyncJobServiceThreadPoolSize, constructedDefaultContextObjects, defaultContextObjects, deploymentSensitiveFactoryEnabled, dispatcher, injectorFactory, injectorFactoryClass, jndiComponentResources, jndiResources, languageExtensions, mediaTypeMappings, paramMapping, properties, providerClasses, providerFactory, providers, registerBuiltin, registry, resourceClasses, resourceFactories, resources, scannedJndiComponentResources, scannedProviderClasses, scannedResourceClasses, scannedResourceClassesWithBuilder, securityEnabled, statisticsEnabled, threadLocalProviderFactory, unwrappedExceptions, useContainerFormParams, widerRequestMatching
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.void
setRegistry
(Registry registry) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class org.jboss.resteasy.core.ResteasyDeploymentImpl
addDisabledProviderClass, addDisabledProviderClasses, createApplication, getActualProviderClasses, getActualResourceClasses, getApplication, getApplicationClass, getAsyncJobServiceBasePath, getAsyncJobServiceMaxJobResults, getAsyncJobServiceMaxWait, getAsyncJobServiceThreadPoolSize, getConstructedDefaultContextObjects, getDefaultContextObjects, getDisabledProviderClasses, getDispatcher, getInjectorFactory, getInjectorFactoryClass, getJndiComponentResources, getJndiResources, getLanguageExtensions, getMediaTypeMappings, getProperty, getProviderClasses, getProviderFactory, getProviders, getResourceClasses, getResourceFactories, getResources, getScannedJndiComponentResources, getScannedProviderClasses, getScannedResourceClasses, getScannedResourceClassesWithBuilder, getUnwrappedExceptions, initializeDispatcher, initializeFactory, initializeObjects, isAddCharset, isAsyncJobServiceEnabled, isDeploymentSensitiveFactoryEnabled, isRegisterBuiltin, isSecurityEnabled, isUseContainerFormParams, isWiderRequestMatching, merge, pushContext, registerApplication, registerMappers, registerResources, registration, setActualProviderClasses, setActualResourceClasses, setAddCharset, setApplication, setApplicationClass, setAsyncJobServiceBasePath, setAsyncJobServiceEnabled, setAsyncJobServiceMaxJobResults, setAsyncJobServiceMaxWait, setAsyncJobServiceThreadPoolSize, setConstructedDefaultContextObjects, setDefaultContextObjects, setDeploymentSensitiveFactoryEnabled, setDisabledProviderClasses, setDisabledProviderClasses, setDispatcher, setInjectorFactory, setInjectorFactoryClass, setJndiComponentResources, setJndiResources, setLanguageExtensions, setMediaTypeMappings, setMediaTypeParamMapping, setProperty, setProviderClasses, setProviderFactory, setProviders, setRegisterBuiltin, setResourceClasses, setResourceFactories, setResources, setScannedJndiComponentResources, setScannedProviderClasses, setScannedResourceClasses, setScannedResourceClassesWithBuilder, setSecurityEnabled, setStatisticsEnabled, setUnwrappedExceptions, setUseContainerFormParams, setWiderRequestMatching, start, stop
-
Constructor Details
-
VertxResteasyDeployment
public VertxResteasyDeployment()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
getRegistry
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getRegistry
in interfaceResteasyDeployment
- Overrides:
getRegistry
in classResteasyDeploymentImpl
-
setRegistry
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
setRegistry
in interfaceResteasyDeployment
- Overrides:
setRegistry
in classResteasyDeploymentImpl
-