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 classThe newer implementation of factory provider. -
Uses of ProviderWithExtensionVisitor in com.google.inject.internal
Classes in com.google.inject.internal that implement ProviderWithExtensionVisitorModifier and TypeClassDescriptionclassA provider that invokes a method and returns its result.private static final classAProviderMethodimplementation that uses bytecode generation to invoke the provider method.private static final classAProviderMethodimplementation that invokes the method using normal java reflection.private static final classImplementation 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 classImplementation of BaseFactory that exposes details about the multibinder through the extension SPI.private static final classProvides the binding for java.util.Optional. private static final classProvides 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) classAn internal representation of a filter definition against a particular URI pattern.(package private) classAn internal representation of a servlet definition mapped to a particular URI pattern.