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.Object
Messages. appendModules(java.lang.Object source, ElementSource elementSource)
static java.lang.Object
Errors. convert(java.lang.Object o, ElementSource source)
(package private) static java.lang.Object
Messages. convert(java.lang.Object o, ElementSource source)
private static void
Messages. formatInjectionPoint(java.util.Formatter formatter, Dependency<?> dependency, InjectionPoint injectionPoint, ElementSource elementSource)
(package private) static void
Messages. formatSource(java.util.Formatter formatter, java.lang.Object source, ElementSource elementSource)
private static java.lang.String
Messages. 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) ElementSource
ElementSource. originalElementSource
Thesource
of 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 ElementSource
Elements.RecordingBinder. getElementSource()
ElementSource
ElementSource. getOriginalElementSource()
Returns theElementSource
of 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.
-