Uses of Interface
com.google.inject.spi.PrivateElements
-
Packages that use PrivateElements Package Description com.google.inject.spi Guice service provider interface -
-
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.
-