Uses of Interface
com.sun.hk2.jsr330.Jsr330Binding

Packages that use Jsr330Binding
com.sun.hk2.jsr330   
com.sun.hk2.jsr330.spi   
 

Uses of Jsr330Binding in com.sun.hk2.jsr330
 

Subinterfaces of Jsr330Binding in com.sun.hk2.jsr330
 interface Jsr330BindingExt
          Hk2 extensions to the default jsr-330 binding.
 

Classes in com.sun.hk2.jsr330 that implement Jsr330Binding
 class BasicBinding
          basic definition usable in most situations.
 

Method parameters in com.sun.hk2.jsr330 with type arguments of type Jsr330Binding
 void Jsr330Bindings.getBindings(List<Jsr330Binding> bindings, BindingFactory factory)
          Implementors of this contract are expected to produce zero or more bindings using the provided factory in order to populate the given list.
 

Uses of Jsr330Binding in com.sun.hk2.jsr330.spi
 

Methods in com.sun.hk2.jsr330.spi that return types with arguments of type Jsr330Binding
 List<? extends Jsr330Binding> Jsr330BindingLocator.getAllBindings()
          Obtains all Jsr330Bindings in the current running system.
 



Copyright © 2012 Oracle Corporation. All Rights Reserved.