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.
Injection binding description of a bean bound via its a Java class.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
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
-
service
-
-
Constructor Details
-
ClassBinding
Creates a service as a class.- Parameters:
service
- service's class.
-
-
Method Details
-
getService
Gets service' class.- Returns:
- service's class.
-