Class VertxRegistry
java.lang.Object
org.jboss.resteasy.plugins.server.vertx.VertxRegistry
- All Implemented Interfaces:
Registry
@Deprecated(forRemoval=true,
since="6.2.13.Final")
public class VertxRegistry
extends Object
implements Registry
Deprecated, for removal: This API element is subject to removal in a future version.
use new dependencies
- Author:
- Julien Viet
-
Constructor Summary
ConstructorsConstructorDescriptionVertxRegistry(Registry delegate, ResourceBuilder resourceBuilder) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionvoidaddJndiResource(String jndiName) Deprecated, for removal: This API element is subject to removal in a future version.voidaddJndiResource(String jndiName, String basePath) Deprecated, for removal: This API element is subject to removal in a future version.voidaddJndiResource(String jndiName, ResourceClass resourceClass) Deprecated, for removal: This API element is subject to removal in a future version.voidaddJndiResource(String jndiName, ResourceClass resourceClass, String basePath) Deprecated, for removal: This API element is subject to removal in a future version.voidaddPerInstanceResource(Class<?> clazz) Deprecated, for removal: This API element is subject to removal in a future version.voidaddPerInstanceResource(Class<?> clazz, String basePath) Deprecated, for removal: This API element is subject to removal in a future version.voidaddPerInstanceResource(ResourceClass resourceClass) Deprecated, for removal: This API element is subject to removal in a future version.voidaddPerInstanceResource(ResourceClass resourceClass, String basePath) Deprecated, for removal: This API element is subject to removal in a future version.voidaddPerRequestResource(Class<?> clazz) Deprecated, for removal: This API element is subject to removal in a future version.voidaddPerRequestResource(Class<?> clazz, String basePath) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidaddPerRequestResource(ResourceClass clazz, String basePath) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.voidaddResourceFactory(ResourceFactory ref, String basePath) Deprecated, for removal: This API element is subject to removal in a future version.voidaddResourceFactory(ResourceFactory ref, String base, Class<?> clazz) Deprecated, for removal: This API element is subject to removal in a future version.voidaddResourceFactory(ResourceFactory ref, String base, Class<?>[] classes) Deprecated, for removal: This API element is subject to removal in a future version.voidaddResourceFactory(ResourceFactory rf, String base, ResourceClass resourceClass) Deprecated, for removal: This API element is subject to removal in a future version.voidaddSingletonResource(Object singleton) Deprecated, for removal: This API element is subject to removal in a future version.voidaddSingletonResource(Object singleton, String basePath) Deprecated, for removal: This API element is subject to removal in a future version.voidaddSingletonResource(Object singleton, ResourceClass resourceClass) Deprecated, for removal: This API element is subject to removal in a future version.voidaddSingletonResource(Object singleton, ResourceClass resourceClass, String basePath) Deprecated, for removal: This API element is subject to removal in a future version.voidDeprecated, for removal: This API element is subject to removal in a future version.getResourceInvoker(HttpRequest request) Deprecated, for removal: This API element is subject to removal in a future version.intgetSize()Deprecated, for removal: This API element is subject to removal in a future version.voidremoveRegistrations(Class<?> clazz) Deprecated, for removal: This API element is subject to removal in a future version.voidremoveRegistrations(Class<?> clazz, String base) Deprecated, for removal: This API element is subject to removal in a future version.voidremoveRegistrations(ResourceClass resourceClass) Deprecated, for removal: This API element is subject to removal in a future version.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.jboss.resteasy.spi.Registry
addPerRequestResource, addResourceFactory, addResourceFactory, addResourceFactory, addResourceFactory
-
Constructor Details
-
VertxRegistry
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
addPerInstanceResource
Deprecated, for removal: This API element is subject to removal in a future version. -
addPerInstanceResource
Deprecated, for removal: This API element is subject to removal in a future version. -
addPerInstanceResource
Deprecated, for removal: This API element is subject to removal in a future version. -
addPerInstanceResource
Deprecated, for removal: This API element is subject to removal in a future version. -
addPerRequestResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addPerRequestResourcein interfaceRegistry
-
addPerRequestResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addPerRequestResourcein interfaceRegistry
-
addSingletonResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addSingletonResourcein interfaceRegistry
-
addSingletonResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addSingletonResourcein interfaceRegistry
-
addJndiResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addJndiResourcein interfaceRegistry
-
addJndiResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addJndiResourcein interfaceRegistry
-
addResourceFactory
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addResourceFactoryin interfaceRegistry
-
addResourceFactory
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addResourceFactoryin interfaceRegistry
-
addResourceFactory
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addResourceFactoryin interfaceRegistry
-
addResourceFactory
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addResourceFactoryin interfaceRegistry
-
removeRegistrations
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeRegistrationsin interfaceRegistry
-
removeRegistrations
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeRegistrationsin interfaceRegistry
-
getSize
public int getSize()Deprecated, for removal: This API element is subject to removal in a future version. -
getResourceInvoker
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
getResourceInvokerin interfaceRegistry
-
addResourceFactory
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addResourceFactoryin interfaceRegistry
-
removeRegistrations
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
removeRegistrationsin interfaceRegistry
-
addPerRequestResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addPerRequestResourcein interfaceRegistry
-
addPerRequestResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addPerRequestResourcein interfaceRegistry
-
addSingletonResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addSingletonResourcein interfaceRegistry
-
addSingletonResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addSingletonResourcein interfaceRegistry
-
addJndiResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addJndiResourcein interfaceRegistry
-
addJndiResource
Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
addJndiResourcein interfaceRegistry
-
checkAmbiguousUri
public void checkAmbiguousUri()Deprecated, for removal: This API element is subject to removal in a future version.- Specified by:
checkAmbiguousUriin interfaceRegistry
-