Uses of Class
com.google.inject.spi.ElementSource
Packages that use ElementSource
Package
Description
Guice (sounds like "juice")
Guice service provider interface
-
Uses of ElementSource in com.google.inject.internal
Methods in com.google.inject.internal with parameters of type ElementSourceModifier and TypeMethodDescriptionprivate static Object
Messages.appendModules
(Object source, ElementSource elementSource) static Object
Errors.convert
(Object o, ElementSource source) (package private) static Object
Messages.convert
(Object o, ElementSource source) private static void
Messages.formatInjectionPoint
(Formatter formatter, Dependency<?> dependency, InjectionPoint injectionPoint, ElementSource elementSource) (package private) static void
Messages.formatSource
(Formatter formatter, Object source, ElementSource elementSource) private static String
Messages.moduleSourceString
(ElementSource elementSource) -
Uses of ElementSource in com.google.inject.spi
Fields in com.google.inject.spi declared as ElementSourceModifier and TypeFieldDescription(package private) final ElementSource
ElementSource.originalElementSource
Thesource
of element that this element created from (if there is any), otherwisenull
.Methods in com.google.inject.spi that return ElementSourceModifier and TypeMethodDescriptionprivate ElementSource
Elements.RecordingBinder.getElementSource()
ElementSource.getOriginalElementSource()
Returns theElementSource
of the element this was created or copied from.Constructors in com.google.inject.spi with parameters of type ElementSourceModifierConstructorDescription(package private)
ElementSource
(ElementSource originalSource, Object declaringSource, ModuleSource moduleSource, StackTraceElement[] partialCallStack) Creates a new from the given parameters.