public class TypeLiteralAdapterMatcher
extends java.lang.Object
implements com.google.inject.matcher.Matcher<com.google.inject.TypeLiteral<?>>
| Constructor and Description |
|---|
TypeLiteralAdapterMatcher(com.google.inject.matcher.Matcher<? super java.lang.Class<?>> classMatcher) |
| Modifier and Type | Method and Description |
|---|---|
com.google.inject.matcher.Matcher<com.google.inject.TypeLiteral<?>> |
and(com.google.inject.matcher.Matcher<? super com.google.inject.TypeLiteral<?>> other) |
boolean |
matches(com.google.inject.TypeLiteral<?> typeLiteral) |
com.google.inject.matcher.Matcher<com.google.inject.TypeLiteral<?>> |
or(com.google.inject.matcher.Matcher<? super com.google.inject.TypeLiteral<?>> other) |
public TypeLiteralAdapterMatcher(com.google.inject.matcher.Matcher<? super java.lang.Class<?>> classMatcher)
public boolean matches(com.google.inject.TypeLiteral<?> typeLiteral)
matches in interface com.google.inject.matcher.Matcher<com.google.inject.TypeLiteral<?>>public com.google.inject.matcher.Matcher<com.google.inject.TypeLiteral<?>> and(com.google.inject.matcher.Matcher<? super com.google.inject.TypeLiteral<?>> other)
and in interface com.google.inject.matcher.Matcher<com.google.inject.TypeLiteral<?>>public com.google.inject.matcher.Matcher<com.google.inject.TypeLiteral<?>> or(com.google.inject.matcher.Matcher<? super com.google.inject.TypeLiteral<?>> other)
or in interface com.google.inject.matcher.Matcher<com.google.inject.TypeLiteral<?>>