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 invokes the method using normal java reflection.private static final class
private static final class
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.