Uses of Interface
com.google.inject.spi.PrivateElements

Packages that use PrivateElements
com.google.inject.internal Guice (sounds like like "juice") 
com.google.inject.spi Guice service provider interface 
 

Uses of PrivateElements in com.google.inject.internal
 

Classes in com.google.inject.internal that implement PrivateElements
 class PrivateElementsImpl
           
 

Methods in com.google.inject.internal that return PrivateElements
 PrivateElements ExposedBindingImpl.getPrivateElements()
           
 

Constructors in com.google.inject.internal with parameters of type PrivateElements
ExposedBindingImpl(com.google.inject.internal.InjectorImpl injector, Object source, Key<T> key, com.google.inject.internal.InternalFactory<T> factory, PrivateElements privateElements)
           
 

Uses of PrivateElements in com.google.inject.spi
 

Methods in com.google.inject.spi that return PrivateElements
 PrivateElements ExposedBinding.getPrivateElements()
          Returns the enclosed environment that holds the original binding.
 

Methods in com.google.inject.spi with parameters of type PrivateElements
 V ElementVisitor.visit(PrivateElements elements)
          Visit a collection of configuration elements for a private binder.
 V DefaultElementVisitor.visit(PrivateElements privateElements)
           
 



Copyright © 2006-2013 Google, Inc.. All Rights Reserved.