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 SourceProviderSourceProvider.DEFAULT_INSTANCEprivate final SourceProviderSourceProvider.parentMethods 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 SourceProviderModifierConstructorDescriptionprivateSourceProvider(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 SourceProviderElements.RecordingBinder.sourceProviderConstructors in com.google.inject.spi with parameters of type SourceProviderModifierConstructorDescriptionprivateRecordingBinder(Elements.RecordingBinder prototype, Object source, SourceProvider sourceProvider) Creates a recording binder that's backed byprototype.