Uses of Class
org.glassfish.hk2.utilities.DescriptorImpl

Packages that use DescriptorImpl
com.sun.enterprise.module.bootstrap   
com.sun.hk2.component   
org.glassfish.hk2.bootstrap   
org.glassfish.hk2.bootstrap.impl   
org.glassfish.hk2.deprecated.utilities   
org.glassfish.hk2.internal   
org.glassfish.hk2.utilities   
org.jvnet.hk2.config   
org.jvnet.hk2.deprecated.internal   
org.jvnet.hk2.generator.internal   
org.jvnet.hk2.internal   
org.jvnet.hk2.osgiadapter   
 

Uses of DescriptorImpl in com.sun.enterprise.module.bootstrap
 

Methods in com.sun.enterprise.module.bootstrap that return DescriptorImpl
 DescriptorImpl ContextDuplicatePostProcessor.process(DescriptorImpl descriptorImpl)
           
 

Methods in com.sun.enterprise.module.bootstrap with parameters of type DescriptorImpl
 DescriptorImpl ContextDuplicatePostProcessor.process(DescriptorImpl descriptorImpl)
           
 

Uses of DescriptorImpl in com.sun.hk2.component
 

Subclasses of DescriptorImpl in com.sun.hk2.component
 class AbstractCreatorImpl<T>
          Deprecated. 
 class AbstractCreatorInhabitantImpl<T>
          Deprecated. 
 class AbstractInhabitantImpl<T>
          Deprecated. 
 class ConstructorCreator<T>
          Deprecated. 
 class EventPublishingInhabitant<T>
          Deprecated. 
 class ExistingSingletonInhabitant<T>
          Deprecated. 
 class LazyInhabitant<T>
          Deprecated. 
 class ScopedInhabitant<T>
          Deprecated. 
 

Uses of DescriptorImpl in org.glassfish.hk2.bootstrap
 

Methods in org.glassfish.hk2.bootstrap that return DescriptorImpl
 DescriptorImpl PopulatorPostProcessor.process(DescriptorImpl descriptorImpl)
          This method can be used to alter the descriptor read in.
 

Methods in org.glassfish.hk2.bootstrap with parameters of type DescriptorImpl
 DescriptorImpl PopulatorPostProcessor.process(DescriptorImpl descriptorImpl)
          This method can be used to alter the descriptor read in.
 

Uses of DescriptorImpl in org.glassfish.hk2.bootstrap.impl
 

Methods in org.glassfish.hk2.bootstrap.impl that return DescriptorImpl
 DescriptorImpl Hk2LoaderPopulatorPostProcessor.process(DescriptorImpl descriptorImpl)
          Uses the given classloader to load the class from the descriptor
 

Methods in org.glassfish.hk2.bootstrap.impl with parameters of type DescriptorImpl
 DescriptorImpl Hk2LoaderPopulatorPostProcessor.process(DescriptorImpl descriptorImpl)
          Uses the given classloader to load the class from the descriptor
 

Uses of DescriptorImpl in org.glassfish.hk2.deprecated.utilities
 

Methods in org.glassfish.hk2.deprecated.utilities that return DescriptorImpl
static DescriptorImpl Utilities.createDescriptor(String typeName, HK2Loader cl, Map<String,List<String>> metadata)
          Deprecated. Create a descriptor from the given type name.
 

Uses of DescriptorImpl in org.glassfish.hk2.internal
 

Subclasses of DescriptorImpl in org.glassfish.hk2.internal
 class ConstantActiveDescriptor<T>
           
 

Methods in org.glassfish.hk2.internal that return DescriptorImpl
 DescriptorImpl DescriptorBuilderImpl.build()
           
 

Uses of DescriptorImpl in org.glassfish.hk2.utilities
 

Subclasses of DescriptorImpl in org.glassfish.hk2.utilities
 class AbstractActiveDescriptor<T>
          This class can be used as a starting point for those writing their own ActiveDescriptor.
 class AliasDescriptor<T>
          A descriptor class that serves as an alias for another descriptor.
 

Methods in org.glassfish.hk2.utilities that return DescriptorImpl
 DescriptorImpl DescriptorBuilder.build()
          Generates a descriptor that can be used in binding operations
static DescriptorImpl BuilderHelper.createDescriptorFromClass(Class<?> clazz)
          This returns a DescriptorImpl based on the given class.
static DescriptorImpl BuilderHelper.deepCopyDescriptor(Descriptor copyMe)
          Makes a deep copy of the incoming descriptor
 

Uses of DescriptorImpl in org.jvnet.hk2.config
 

Subclasses of DescriptorImpl in org.jvnet.hk2.config
 class ConfigBean
          ConfigBean is the core implementation of the config beans.
 class Dom
          Inhabitant that loads configuration from XML.
 class DomDescriptor<T>
          Created by IntelliJ IDEA.
 

Uses of DescriptorImpl in org.jvnet.hk2.deprecated.internal
 

Subclasses of DescriptorImpl in org.jvnet.hk2.deprecated.internal
 class CreatorImpl<T>
          Deprecated. 
 class InhabitantImpl<T>
          Deprecated. 
 

Methods in org.jvnet.hk2.deprecated.internal with parameters of type DescriptorImpl
static void Utilities.fillInMetadata(Map<String,List<String>> multi, DescriptorImpl d)
          Deprecated.  
static void Utilities.fillInMetadata(MultiMap<String,String> multi, DescriptorImpl d)
          Deprecated.  
 

Uses of DescriptorImpl in org.jvnet.hk2.generator.internal
 

Methods in org.jvnet.hk2.generator.internal that return types with arguments of type DescriptorImpl
 LinkedList<DescriptorImpl> ClassVisitorImpl.getGeneratedDescriptor()
          Gets the generated descriptor created by this visitor
 

Uses of DescriptorImpl in org.jvnet.hk2.internal
 

Subclasses of DescriptorImpl in org.jvnet.hk2.internal
 class AutoActiveDescriptor<T>
           
 

Uses of DescriptorImpl in org.jvnet.hk2.osgiadapter
 

Methods in org.jvnet.hk2.osgiadapter that return DescriptorImpl
 DescriptorImpl OsgiPopulatorPostProcessor.process(DescriptorImpl descriptorImpl)
           
 

Methods in org.jvnet.hk2.osgiadapter with parameters of type DescriptorImpl
 DescriptorImpl OsgiPopulatorPostProcessor.process(DescriptorImpl descriptorImpl)
           
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.