Uses of Interface
org.glassfish.hk2.utilities.ActiveDescriptorBuilder

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

Uses of ActiveDescriptorBuilder in org.glassfish.hk2.internal
 

Classes in org.glassfish.hk2.internal that implement ActiveDescriptorBuilder
 class ActiveDescriptorBuilderImpl
           
 

Methods in org.glassfish.hk2.internal that return ActiveDescriptorBuilder
 ActiveDescriptorBuilder ActiveDescriptorBuilderImpl.andLoadWith(HK2Loader loader)
           
 ActiveDescriptorBuilder ActiveDescriptorBuilderImpl.has(String key, List<String> values)
           
 ActiveDescriptorBuilder ActiveDescriptorBuilderImpl.has(String key, String value)
           
 ActiveDescriptorBuilder ActiveDescriptorBuilderImpl.in(Class<? extends Annotation> scope)
           
 ActiveDescriptorBuilder ActiveDescriptorBuilderImpl.named(String name)
           
 ActiveDescriptorBuilder ActiveDescriptorBuilderImpl.ofRank(int rank)
           
 ActiveDescriptorBuilder ActiveDescriptorBuilderImpl.qualifiedBy(Annotation annotation)
           
 ActiveDescriptorBuilder ActiveDescriptorBuilderImpl.to(Type contract)
           
 

Uses of ActiveDescriptorBuilder in org.glassfish.hk2.utilities
 

Methods in org.glassfish.hk2.utilities that return ActiveDescriptorBuilder
static ActiveDescriptorBuilder BuilderHelper.activeLink(Class<?> implementationClass)
          This method creates an ActiveDescriptorBuilder, whose job it is to create an unreified ActiveDescriptor.
 ActiveDescriptorBuilder ActiveDescriptorBuilder.andLoadWith(HK2Loader loader)
          Call this if this descriptor should be loaded with the given HK2Loader
 ActiveDescriptorBuilder ActiveDescriptorBuilder.has(String key, List<String> values)
          An instance of data to be associated with this descriptor
 ActiveDescriptorBuilder ActiveDescriptorBuilder.has(String key, String value)
          An instance of data to be associated with this descriptor
 ActiveDescriptorBuilder ActiveDescriptorBuilder.in(Class<? extends Annotation> scope)
          A scope to be associated with this descriptor object.
 ActiveDescriptorBuilder ActiveDescriptorBuilder.named(String name)
          The name for this descriptor object.
 ActiveDescriptorBuilder ActiveDescriptorBuilder.ofRank(int rank)
          The rank to be associated with this descriptor.
 ActiveDescriptorBuilder ActiveDescriptorBuilder.qualifiedBy(Annotation annotation)
          A qualifier to be associated with this descriptor object
 ActiveDescriptorBuilder ActiveDescriptorBuilder.to(Type contract)
          A contract to be associated with this descriptor object.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.