Uses of Interface
org.glassfish.hk2.Descriptor

Packages that use Descriptor
org.glassfish.hk2   
 

Uses of Descriptor in org.glassfish.hk2
 

Methods in org.glassfish.hk2 that return Descriptor
 Descriptor Binding.getDescriptor()
          The Descriptor fully characterizes the attributes of this Provider.
 

Methods in org.glassfish.hk2 with parameters of type Descriptor
 Collection<Binding<?>> Services.getBindings(Descriptor descriptor)
          Retrieve the collection of existing bindings in this as well as in parent service registries that matches the Descriptor.
 Collection<Binding<?>> Services.getDeclaredBindings(Descriptor descriptor)
          Retrieve the collection of registered bindings in this, and only this, Services instance that match the Descriptor argument.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.