Package com.google.inject.spi
Class Elements
java.lang.Object
com.google.inject.spi.Elements
Exposes elements of a module so they can be inspected, validated or
rewritten.- Since:
- 2.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static classprivate static classprivate static class -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetElements(Module... modules) Records the elements executed bymodules.getElements(Stage stage, Module... modules) Records the elements executed bymodules.getElements(Stage stage, Iterable<? extends Module> modules) Records the elements executed bymodules.getElements(Iterable<? extends Module> modules) Records the elements executed bymodules.(package private) static <T> BindingTargetVisitor<T,T> static ModuleReturns the module composed ofelements.
-
Field Details
-
GET_INSTANCE_VISITOR
-
-
Constructor Details
-
Elements
public Elements()
-
-
Method Details
-
getElements
Records the elements executed bymodules. -
getElements
Records the elements executed bymodules. -
getElements
Records the elements executed bymodules. -
getElements
Records the elements executed bymodules. -
getModule
Returns the module composed ofelements. -
getInstanceVisitor
-