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

Packages that use AbstractActiveDescriptor
org.glassfish.hk2.internal   
org.glassfish.hk2.utilities   
 

Uses of AbstractActiveDescriptor in org.glassfish.hk2.internal
 

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

Methods in org.glassfish.hk2.internal that return AbstractActiveDescriptor
 AbstractActiveDescriptor<?> ActiveDescriptorBuilderImpl.build()
           
 AbstractActiveDescriptor<?> ActiveDescriptorBuilderImpl.buildFactory()
           
 

Uses of AbstractActiveDescriptor in org.glassfish.hk2.utilities
 

Subclasses of AbstractActiveDescriptor in org.glassfish.hk2.utilities
 class AliasDescriptor<T>
          A descriptor class that serves as an alias for another descriptor.
 

Methods in org.glassfish.hk2.utilities that return AbstractActiveDescriptor
 AbstractActiveDescriptor<?> ActiveDescriptorBuilder.build()
          Generates a descriptor that can be used in binding operations
 AbstractActiveDescriptor<?> ActiveDescriptorBuilder.buildFactory()
          Generates a descriptor that can be used in binding operations that describes a factory
static
<T> AbstractActiveDescriptor<T>
BuilderHelper.createConstantDescriptor(T constant)
          This creates a descriptor that will always return the given object.
static
<T> AbstractActiveDescriptor<T>
BuilderHelper.createConstantDescriptor(T constant, String name, Type... contracts)
          This creates a descriptor that will always return the given object.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.