Package org.glassfish.jersey.inject.weld.internal.inject
-
Class Summary Class Description InitializableInstanceBinding<T> Injection binding description of a bean bound directly as a specific instance to be created in a pre-initialization phase and initialized in runtime.InitializableSupplierInstanceBinding<T> Supplier instance binding to be created in the pre-initialization phase and initialized in runtime.MatchableBinding<T,D extends MatchableBinding> A Binding to be able to be compared and matched in the runtime to be properly initialized.MatchableBinding.Matching<D extends MatchableBinding> Matching object that represents the level of a match between two bindings. -
Enum Summary Enum Description MatchableBinding.MatchLevel Internal granularity of a Matching.