Uses of Interface
com.google.inject.spi.ProviderWithExtensionVisitor
-
Packages that use ProviderWithExtensionVisitor Package Description com.google.inject.assistedinject Extension for combining factory interfaces with injection; this extension requiresguice-assistedinject.jar.com.google.inject.internal Guice (sounds like "juice")com.google.inject.servlet Servlet API scopes, bindings and registration; this extension requiresguice-servlet.jar. -
-
Uses of ProviderWithExtensionVisitor in com.google.inject.assistedinject
Classes in com.google.inject.assistedinject that implement ProviderWithExtensionVisitor Modifier and Type Class Description (package private) classFactoryProvider2<F>The newer implementation of factory provider. -
Uses of ProviderWithExtensionVisitor in com.google.inject.internal
Classes in com.google.inject.internal that implement ProviderWithExtensionVisitor Modifier and Type Class Description classProviderMethod<T>A provider that invokes a method and returns its result.private static classProviderMethod.FastClassProviderMethod<T>AProviderMethodimplementation that usesFastClass.invoke(java.lang.String, java.lang.Class[], java.lang.Object, java.lang.Object[])to invoke the provider method.private static classProviderMethod.ReflectionProviderMethod<T>AProviderMethodimplementation that invokes the method using normal java reflection.private static classRealMapBinder.RealMapProvider<K,V>private static classRealMultibinder.RealMultibinderProvider<T>private static classRealOptionalBinder.JavaOptionalProviderProvides the binding for java.util.Optional. private static classRealOptionalBinder.RealOptionalKeyProvider<T>Provides the binding for Optional. -
Uses of ProviderWithExtensionVisitor in com.google.inject.servlet
Classes in com.google.inject.servlet that implement ProviderWithExtensionVisitor Modifier and Type Class Description (package private) classFilterDefinitionAn internal representation of a filter definition against a particular URI pattern.(package private) classServletDefinitionAn internal representation of a servlet definition mapped to a particular URI pattern.
-