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) (package private) static String
SourceFormatter.getModuleStack
(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.Methods in com.google.inject.spi with parameters of type ElementSourceModifier and TypeMethodDescriptionprivate static void
BindingSourceRestriction.clear
(ElementSource elementSource) BindingSourceRestriction.getAllModules
(ElementSource elementSource) private static com.google.common.collect.ImmutableSet<Class<? extends Annotation>>
BindingSourceRestriction.getAllPermits
(ElementSource elementSource) Get all permits on the element source chain.com.google.common.collect.ImmutableSet<Class<? extends Annotation>>
BindingSourceRestriction.PermitMap.getPermits
(ElementSource elementSource) com.google.common.collect.ImmutableSet<Class<? extends Annotation>>
BindingSourceRestriction.PermitMapConstruction.PermitMapImpl.getPermits
(ElementSource elementSource) (package private) static boolean
BindingSourceRestriction.PermitMapConstruction.isElementSourceCleared
(ElementSource elementSource) private static boolean
BindingSourceRestriction.isExempt
(ElementSource elementSource, String exemptModulesRegex) Constructors in com.google.inject.spi with parameters of type ElementSourceModifierConstructorDescription(package private)
ElementSource
(ElementSource originalSource, boolean trustedOriginalSource, Object declaringSource, ModuleSource moduleSource, ModuleAnnotatedMethodScanner scanner) Creates a new from the given parameters.