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) (package private) static StringSourceFormatter.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 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.Methods in com.google.inject.spi with parameters of type ElementSourceModifier and TypeMethodDescriptionprivate static voidBindingSourceRestriction.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 booleanBindingSourceRestriction.PermitMapConstruction.isElementSourceCleared(ElementSource elementSource) private static booleanBindingSourceRestriction.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.