Class RestClientExtension
- java.lang.Object
-
- org.jboss.resteasy.microprofile.client.RestClientExtension
-
- All Implemented Interfaces:
javax.enterprise.inject.spi.Extension
public class RestClientExtension extends Object implements javax.enterprise.inject.spi.Extension
-
-
Constructor Summary
Constructors Constructor Description RestClientExtension()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static void
clearBeanManager()
Deprecated.this method is not supported and will eventually be deletedstatic Object
construct(Class<?> clazz)
Deprecated.this method is not supported and will eventually be deletedvoid
createProxy(javax.enterprise.inject.spi.AfterBeanDiscovery afterBeanDiscovery, javax.enterprise.inject.spi.BeanManager beanManager)
static boolean
isCDIActive()
Deprecated.this method is not supported and will eventually be deletedvoid
registerRestClient(javax.enterprise.inject.spi.ProcessAnnotatedType<?> type)
void
reportErrors(javax.enterprise.inject.spi.AfterDeploymentValidation afterDeploymentValidation)
-
-
-
Method Detail
-
registerRestClient
public void registerRestClient(@Observes javax.enterprise.inject.spi.ProcessAnnotatedType<?> type)
-
createProxy
public void createProxy(@Observes javax.enterprise.inject.spi.AfterBeanDiscovery afterBeanDiscovery, javax.enterprise.inject.spi.BeanManager beanManager)
-
reportErrors
public void reportErrors(@Observes javax.enterprise.inject.spi.AfterDeploymentValidation afterDeploymentValidation)
-
isCDIActive
@Deprecated public static boolean isCDIActive()
Deprecated.this method is not supported and will eventually be deleted- Returns:
true
if CDI is believed to be activated, otherwisefalse
-
clearBeanManager
@Deprecated public static void clearBeanManager()
Deprecated.this method is not supported and will eventually be deletedThis method currently does nothing.
-
construct
@Deprecated public static Object construct(Class<?> clazz)
Deprecated.this method is not supported and will eventually be deletedLifted from CdiConstructorInjector in resteasy-cdi
-
-