Class ClassBinding<T>
- java.lang.Object
-
- org.glassfish.jersey.internal.inject.Binding<T,ClassBinding<T>>
-
- org.glassfish.jersey.internal.inject.ClassBinding<T>
-
- Type Parameters:
T- type of the bean described by this injection binding.
public class ClassBinding<T> extends Binding<T,ClassBinding<T>>
Injection binding description of a bean bound via its a Java class.- Author:
- Petr Bouda
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<T>getService()Gets service' class.-
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
-
-