Class MatchableBinding.Matching<D extends MatchableBinding>

java.lang.Object
org.glassfish.jersey.inject.weld.internal.inject.MatchableBinding.Matching<D>
Type Parameters:
D - Concrete injection binding implementation type.
All Implemented Interfaces:
Comparable<MatchableBinding.Matching>
Enclosing class:
MatchableBinding<T,D extends MatchableBinding>

public static class MatchableBinding.Matching<D extends MatchableBinding> extends Object implements Comparable<MatchableBinding.Matching>
Matching object that represents the level of a match between two bindings. Contains a reference to a MatchableBinding whose instance was used to create the Matching object.