Class KeyMatcher<T>

java.lang.Object
com.google.inject.matcher.AbstractMatcher<com.google.inject.Binding<?>>
org.mybatis.guice.provision.KeyMatcher<T>
All Implemented Interfaces:
com.google.inject.matcher.Matcher<com.google.inject.Binding<?>>

public final class KeyMatcher<T> extends com.google.inject.matcher.AbstractMatcher<com.google.inject.Binding<?>>
  • Method Details

    • matches

      public boolean matches(com.google.inject.Binding<?> t)
    • create

      public static <T> KeyMatcher<T> create(com.google.inject.Key<T> key)