Uses of Class
com.google.inject.internal.util.SourceProvider
Packages that use SourceProvider
Package
Description
Guice service provider interface
-
Uses of SourceProvider in com.google.inject.internal.util
Fields in com.google.inject.internal.util declared as SourceProviderModifier and TypeFieldDescriptionstatic final SourceProvider
SourceProvider.DEFAULT_INSTANCE
private final SourceProvider
SourceProvider.parent
Methods in com.google.inject.internal.util that return SourceProviderModifier and TypeMethodDescriptionSourceProvider.plusSkippedClasses
(Class<?>... moreClassesToSkip) Returns a new instance that also skipsmoreClassesToSkip
.Constructors in com.google.inject.internal.util with parameters of type SourceProviderModifierConstructorDescriptionprivate
SourceProvider
(SourceProvider parent, Iterable<String> classesToSkip) -
Uses of SourceProvider in com.google.inject.spi
Fields in com.google.inject.spi declared as SourceProviderModifier and TypeFieldDescriptionprivate final SourceProvider
Elements.RecordingBinder.sourceProvider
Constructors in com.google.inject.spi with parameters of type SourceProviderModifierConstructorDescriptionprivate
RecordingBinder
(Elements.RecordingBinder prototype, Object source, SourceProvider sourceProvider, boolean trustedSource) Creates a recording binder that's backed byprototype
.