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.-
Method Summary
Modifier and TypeMethodDescriptionGets the injection resolver handled by this descriptor.Methods inherited from class org.glassfish.jersey.internal.inject.Binding
addAlias, analyzeWith, getAliases, getAnalyzer, getContracts, getImplementationType, getName, getQualifiers, getRank, getScope, in, isProxiable, isProxiedForSameScope, named, proxy, proxyForSameScope, qualifiedBy, ranked, to, to, to, to
-
Method Details
-
getResolver
Gets the injection resolver handled by this descriptor.- Returns:
InjectionResolver
instance.
-