Uses of Class
org.glassfish.jersey.inject.weld.internal.inject.MatchableBinding
Packages that use MatchableBinding
-
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 MatchableBindingModifier and TypeClassDescriptionclassInitializableBinding<T,U extends MatchableBinding> 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.protected static classMatchableBinding.MatchingVisitor<D extends MatchableBinding<?,D>> Subclasses of MatchableBinding in org.glassfish.jersey.inject.weld.internal.injectModifier and TypeClassDescriptionclassInitializableBinding<T,U extends MatchableBinding> classInjection binding description of a bean bound directly as a specific instance to be created in a pre-initialization phase and initialized in runtime.classSupplier instance binding to be created in the pre-initialization phase and initialized in runtime.classMethods in org.glassfish.jersey.inject.weld.internal.inject with type parameters of type MatchableBindingModifier and TypeMethodDescriptionstatic <D extends MatchableBinding>
MatchableBinding.Matching<D>MatchableBinding.Matching.noneMatching()Methods in org.glassfish.jersey.inject.weld.internal.inject that return types with arguments of type MatchableBindingModifier and TypeMethodDescriptionMatchableBinding.MatchingVisitor.matches(MatchableBinding<?, D> binding, org.glassfish.jersey.innate.inject.InternalBinding other) InitializableInstanceBinding.matching(org.glassfish.jersey.innate.inject.InternalBinding other) InitializableSupplierInstanceBinding.matching(org.glassfish.jersey.innate.inject.InternalBinding other) InstanceListBinding.matching(org.glassfish.jersey.innate.inject.InternalBinding other) abstract MatchableBinding.Matching<MatchableBinding>MatchableBinding.matching(org.glassfish.jersey.innate.inject.InternalBinding other) Visitor version of matchesMethods in org.glassfish.jersey.inject.weld.internal.inject with parameters of type MatchableBindingModifier and TypeMethodDescriptionMatchableBinding.MatchingVisitor.matches(MatchableBinding<?, D> binding, org.glassfish.jersey.innate.inject.InternalBinding other)