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.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSupplierInstanceBinding(Supplier<T> supplier) Creates a supplier as an instance. -
Method Summary
Methods inherited from class 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
-
supplier
-
-
Constructor Details
-
SupplierInstanceBinding
-
-
Method Details
-
getSupplier
-