Class SupplierInstanceBinding<T>
java.lang.Object
org.glassfish.jersey.internal.inject.Binding<Supplier<T>,SupplierInstanceBinding<T>>
org.glassfish.jersey.internal.inject.SupplierInstanceBinding<T>
- Type Parameters:
T
- type of the bean described by this injection binding descriptor.
Injection binding description of a bean bound indirectly via an supplier producing instances of the bound type.
- Author:
- Petr Bouda
-
Method Summary
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
-
getSupplier
Gets supplier's instance.- Returns:
- supplier's instance.
-