Uses of Class
com.google.inject.spi.ElementSource
-
Packages that use ElementSource Package Description com.google.inject.internal Guice (sounds like "juice")com.google.inject.spi Guice service provider interface -
-
Uses of ElementSource in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type ElementSource Modifier and Type Method Description private static java.lang.ObjectMessages. appendModules(java.lang.Object source, ElementSource elementSource)static java.lang.ObjectErrors. convert(java.lang.Object o, ElementSource source)(package private) static java.lang.ObjectMessages. convert(java.lang.Object o, ElementSource source)private static voidMessages. formatInjectionPoint(java.util.Formatter formatter, Dependency<?> dependency, InjectionPoint injectionPoint, ElementSource elementSource)(package private) static voidMessages. formatSource(java.util.Formatter formatter, java.lang.Object source, ElementSource elementSource)private static java.lang.StringMessages. moduleSourceString(ElementSource elementSource) -
Uses of ElementSource in com.google.inject.spi
Fields in com.google.inject.spi declared as ElementSource Modifier and Type Field Description (package private) ElementSourceElementSource. originalElementSourceThesourceof element that this element created from (if there is any), otherwisenull.Methods in com.google.inject.spi that return ElementSource Modifier and Type Method Description private ElementSourceElements.RecordingBinder. getElementSource()ElementSourceElementSource. getOriginalElementSource()Returns theElementSourceof the element this was created or copied from.Constructors in com.google.inject.spi with parameters of type ElementSource Constructor Description ElementSource(ElementSource originalSource, java.lang.Object declaringSource, ModuleSource moduleSource, java.lang.StackTraceElement[] partialCallStack)Creates a new from the given parameters.
-