Uses of Interface
com.google.inject.spi.ProviderWithExtensionVisitor
Packages that use ProviderWithExtensionVisitor
Package
Description
Extension for combining factory interfaces with injection; this extension requires
guice-assistedinject.jar
.Guice (sounds like "juice")
Servlet API scopes, bindings and registration; this extension requires
guice-servlet.jar
.-
Uses of ProviderWithExtensionVisitor in com.google.inject.assistedinject
Classes in com.google.inject.assistedinject that implement ProviderWithExtensionVisitorModifier and TypeClassDescription(package private) final class
The newer implementation of factory provider. -
Uses of ProviderWithExtensionVisitor in com.google.inject.internal
Classes in com.google.inject.internal that implement ProviderWithExtensionVisitorModifier and TypeClassDescriptionclass
A provider that invokes a method and returns its result.private static final class
AProviderMethod
implementation that uses bytecode generation to invoke the provider method.private static final class
AProviderMethod
implementation that invokes the method using normal java reflection.private static final class
Implementation of a provider instance for the map that also exposes details about the MapBinder using the extension SPI, delegating to another provider instance for non-extension (e.g, the actual provider instance info) data.private static final class
Implementation of BaseFactory that exposes details about the multibinder through the extension SPI.private static final class
Provides the binding for java.util.Optional. private static final class
Provides the binding for Optional. -
Uses of ProviderWithExtensionVisitor in com.google.inject.servlet
Classes in com.google.inject.servlet that implement ProviderWithExtensionVisitorModifier and TypeClassDescription(package private) class
An internal representation of a filter definition against a particular URI pattern.(package private) class
An internal representation of a servlet definition mapped to a particular URI pattern.