Uses of Interface
org.glassfish.hk2.Descriptor

Packages that use Descriptor
org.glassfish.hk2   
 

Uses of Descriptor in org.glassfish.hk2
 

Subinterfaces of Descriptor in org.glassfish.hk2
 interface Binding<T>
           
 interface ContractLocator<T>
          Created by IntelliJ IDEA.
 interface ServiceLocator<T>
          Created by IntelliJ IDEA.
 

Methods in org.glassfish.hk2 that return Descriptor
 Descriptor ComponentProvider.getDescriptor()
           
 

Methods in org.glassfish.hk2 with parameters of type Descriptor
 java.util.Collection<BindingEntry> Services.getBindings(Descriptor descriptor)
           
 Providers<?> Services.locate(Descriptor descriptor)
           
 



Copyright © 2011 Oracle Corporation. All Rights Reserved.