Class InjectionResolverBinding<T extends InjectionResolver>
java.lang.Object
org.glassfish.jersey.internal.inject.Binding<T,InjectionResolverBinding<T>>
org.glassfish.jersey.internal.inject.InjectionResolverBinding<T>
- Type Parameters:
T
- type of the annotation which is served using th given injection resolver.
public class InjectionResolverBinding<T extends InjectionResolver>
extends Binding<T,InjectionResolverBinding<T>>
Class which has the fields containing the instance of
InjectionResolver
and its a concrete type.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionInjectionResolverBinding
(T resolver) Creates an injection resolver as an instance. -
Method Summary
Modifier and TypeMethodDescriptionGets the injection resolver handled by this descriptor.Methods inherited from class org.glassfish.jersey.internal.inject.Binding
addAlias, analyzeWith, asType, getAliases, getAnalyzer, getContracts, getImplementationType, getName, getQualifiers, getRank, getScope, in, isProxiable, isProxiedForSameScope, named, proxy, proxyForSameScope, qualifiedBy, ranked, to, to, to, to
-
Field Details
-
resolver
-
-
Constructor Details
-
InjectionResolverBinding
InjectionResolverBinding(T resolver) Creates an injection resolver as an instance.- Parameters:
resolver
- injection resolver instance.
-
-
Method Details
-
getResolver
Gets the injection resolver handled by this descriptor.- Returns:
InjectionResolver
instance.
-