Uses of Class
org.glassfish.jersey.inject.weld.internal.inject.MatchableBinding
-
Packages that use MatchableBinding Package Description org.glassfish.jersey.inject.weld.internal.inject -
-
Uses of MatchableBinding in org.glassfish.jersey.inject.weld.internal.inject
Classes in org.glassfish.jersey.inject.weld.internal.inject with type parameters of type MatchableBinding Modifier and Type Class Description classMatchableBinding<T,D extends MatchableBinding>A Binding to be able to be compared and matched in the runtime to be properly initialized.static classMatchableBinding.Matching<D extends MatchableBinding>Matching object that represents the level of a match between two bindings.Subclasses of MatchableBinding in org.glassfish.jersey.inject.weld.internal.inject Modifier and Type Class Description classInitializableInstanceBinding<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.classInitializableSupplierInstanceBinding<T>Supplier instance binding to be created in the pre-initialization phase and initialized in runtime.Methods in org.glassfish.jersey.inject.weld.internal.inject with type parameters of type MatchableBinding Modifier and Type Method Description static <D extends MatchableBinding>
MatchableBinding.Matching<D>MatchableBinding.Matching. noneMatching()
-