public class CDIHK2Descriptor<T>
extends org.glassfish.hk2.utilities.AbstractActiveDescriptor<T>
Constructor and Description |
---|
CDIHK2Descriptor() |
CDIHK2Descriptor(javax.enterprise.inject.spi.BeanManager manager,
javax.enterprise.inject.spi.Bean<T> bean,
Type requiredType) |
Modifier and Type | Method and Description |
---|---|
T |
create(org.glassfish.hk2.api.ServiceHandle<?> root) |
String |
getImplementation() |
Class<?> |
getImplementationClass() |
Type |
getImplementationType() |
addContractType, addQualifierAnnotation, dispose, equals, getCache, getContractTypes, getFactoryLocatorId, getFactoryServiceId, getInjectees, getQualifierAnnotations, getScopeAnnotation, getScopeAsAnnotation, hashCode, isCacheSet, isReified, releaseCache, removeContractType, removeQualifierAnnotation, setCache, setFactoryId, setImplementationType, setName, setReified, setScopeAnnotation, setScopeAsAnnotation
addAdvertisedContract, addMetadata, addMetadata, addQualifier, clearMetadata, descriptorEquals, getAdvertisedContracts, getClassAnalysisName, getDescriptorType, getDescriptorVisibility, getLoader, getLocatorId, getMetadata, getName, getQualifiers, getRanking, getScope, getServiceId, isProxiable, isProxyForSameScope, pretty, readExternal, readObject, removeAdvertisedContract, removeAllMetadata, removeMetadata, removeQualifier, setClassAnalysisName, setDescriptorType, setDescriptorVisibility, setImplementation, setLoader, setLocatorId, setMetadata, setProxiable, setProxyForSameScope, setRanking, setScope, setServiceId, toString, writeExternal, writeObject
public String getImplementation()
getImplementation
in interface org.glassfish.hk2.api.Descriptor
getImplementation
in class org.glassfish.hk2.utilities.DescriptorImpl
public Class<?> getImplementationClass()
public Type getImplementationType()
public T create(org.glassfish.hk2.api.ServiceHandle<?> root)
Copyright © 2018. All rights reserved.