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.
public class SupplierInstanceBinding<T> extends Binding<Supplier<T>,SupplierInstanceBinding<T>>
Injection binding description of a bean bound indirectly via an supplier producing instances of the bound type.- Author:
- Petr Bouda
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Supplier<T>getSupplier()Gets supplier's instance.-
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
-
-