Uses of Class
com.google.inject.internal.util.SourceProvider
-
Packages that use SourceProvider Package Description com.google.inject.internal.util com.google.inject.spi Guice service provider interface -
-
Uses of SourceProvider in com.google.inject.internal.util
Fields in com.google.inject.internal.util declared as SourceProvider Modifier and Type Field Description static SourceProvider
SourceProvider. DEFAULT_INSTANCE
private SourceProvider
SourceProvider. parent
Methods in com.google.inject.internal.util that return SourceProvider Modifier and Type Method Description SourceProvider
SourceProvider. plusSkippedClasses(java.lang.Class... moreClassesToSkip)
Returns a new instance that also skipsmoreClassesToSkip
.Constructors in com.google.inject.internal.util with parameters of type SourceProvider Constructor Description SourceProvider(SourceProvider parent, java.lang.Iterable<java.lang.String> classesToSkip)
-
Uses of SourceProvider in com.google.inject.spi
Fields in com.google.inject.spi declared as SourceProvider Modifier and Type Field Description private SourceProvider
Elements.RecordingBinder. sourceProvider
Constructors in com.google.inject.spi with parameters of type SourceProvider Constructor Description RecordingBinder(Elements.RecordingBinder prototype, java.lang.Object source, SourceProvider sourceProvider)
Creates a recording binder that's backed byprototype
.
-