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 ObjectMessages.appendModules(Object source, ElementSource elementSource) static ObjectErrors.convert(Object o, ElementSource source) (package private) static ObjectMessages.convert(Object o, ElementSource source) private static voidMessages.formatInjectionPoint(Formatter formatter, Dependency<?> dependency, InjectionPoint injectionPoint, ElementSource elementSource) (package private) static voidMessages.formatSource(Formatter formatter, Object source, ElementSource elementSource) private static StringMessages.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 ElementSourceElementSource.originalElementSourceThesourceof element that this element created from (if there is any), otherwisenull.Methods in com.google.inject.spi that return ElementSourceModifier and TypeMethodDescriptionprivate ElementSourceElements.RecordingBinder.getElementSource()ElementSource.getOriginalElementSource()Returns theElementSourceof 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.