T - the class of the bean instance.public class InitializableInstanceBean<T> extends JerseyBean<T>
| Modifier and Type | Method and Description |
|---|---|
T |
create(javax.enterprise.context.spi.CreationalContext<T> context) |
Class<?> |
getBeanClass() |
Class<? extends Annotation> |
getScope() |
String |
toString() |
destroy, getBinding, getContractsAsString, getId, getInjectionPoints, getName, getQualifiers, getRank, getRutimeType, getStereotypes, getTypes, isAlternative, isNullable, transformScopepublic Class<? extends Annotation> getScope()
getScope in interface javax.enterprise.inject.spi.BeanAttributes<T>getScope in class JerseyBean<T>public Class<?> getBeanClass()
getBeanClass in interface javax.enterprise.inject.spi.Bean<T>getBeanClass in class JerseyBean<T>Copyright © 2007-2024, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.