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

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

Uses of DescriptorBuilder in org.glassfish.hk2.internal
 

Classes in org.glassfish.hk2.internal that implement DescriptorBuilder
 class DescriptorBuilderImpl
          This is a simple implementation of the DescriptorBuilder
 

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

Uses of DescriptorBuilder in org.glassfish.hk2.utilities
 

Methods in org.glassfish.hk2.utilities that return DescriptorBuilder
 DescriptorBuilder DescriptorBuilder.andLoadWith(HK2Loader loader)
          Call this if this descriptor should be loaded with the given HK2Loader
 DescriptorBuilder DescriptorBuilder.has(String key, List<String> values)
          An instance of data to be associated with this descriptor
 DescriptorBuilder DescriptorBuilder.has(String key, String value)
          An instance of data to be associated with this descriptor
 DescriptorBuilder DescriptorBuilder.in(Class<? extends Annotation> scope)
          A scope to be associated with this descriptor object.
 DescriptorBuilder DescriptorBuilder.in(String scope)
          A scope to be associated with this descriptor object.
static DescriptorBuilder BuilderHelper.link(Class<?> implementationClass)
          This method links an implementation class with a DescriptorBuilder, to be used to further build the Descriptor.
static DescriptorBuilder BuilderHelper.link(Class<?> implementationClass, boolean addToContracts)
          This method links an implementation class with a DescriptorBuilder, to be used to further build the Descriptor
static DescriptorBuilder BuilderHelper.link(String implementationClass)
          This method links an implementation class with a DescriptorBuilder, to be used to further build the Descriptor.
static DescriptorBuilder BuilderHelper.link(String implementationClass, boolean addToContracts)
          This method links an implementation class with a DescriptorBuilder, to be used to further build the Descriptor.
 DescriptorBuilder DescriptorBuilder.named(String name)
          The name for this descriptor object.
 DescriptorBuilder DescriptorBuilder.ofRank(int rank)
          The rank to be associated with this descriptor.
 DescriptorBuilder DescriptorBuilder.qualifiedBy(Annotation annotation)
          A qualifier to be associated with this descriptor object
 DescriptorBuilder DescriptorBuilder.qualifiedBy(String annotation)
          A qualifier to be associated with this descriptor object
 DescriptorBuilder DescriptorBuilder.to(Class<?> contract)
          A contract to be associated with this descriptor object.
 DescriptorBuilder DescriptorBuilder.to(String contract)
          A contract to be associated with this descriptor object.
 



Copyright © 2013 Oracle Corporation. All Rights Reserved.