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 ofInjectionResolverand its a concrete type.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TgetResolver()Gets 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 Detail
-
getResolver
public T getResolver()
Gets the injection resolver handled by this descriptor.- Returns:
InjectionResolverinstance.
-
-