Uses of Interface
com.google.inject.spi.PrivateElements
-
Packages that use PrivateElements Package Description com.google.inject.internal Guice (sounds 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 Modifier and Type Class Description class
PrivateElementsImpl
Methods in com.google.inject.internal that return PrivateElements Modifier and Type Method Description PrivateElements
ExposedBindingImpl. getPrivateElements()
Constructors in com.google.inject.internal with parameters of type PrivateElements Constructor Description 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 Modifier and Type Method Description PrivateElements
ExposedBinding. getPrivateElements()
Returns the enclosed environment that holds the original binding.Methods in com.google.inject.spi with parameters of type PrivateElements Modifier and Type Method Description V
DefaultElementVisitor. visit(PrivateElements privateElements)
V
ElementVisitor. visit(PrivateElements elements)
Visit a collection of configuration elements for a private binder.
-