Package io.netty.util.internal
Class TypeParameterMatcher.ReflectiveMatcher
- java.lang.Object
-
- io.netty.util.internal.TypeParameterMatcher
-
- io.netty.util.internal.TypeParameterMatcher.ReflectiveMatcher
-
- Enclosing class:
- TypeParameterMatcher
private static final class TypeParameterMatcher.ReflectiveMatcher extends TypeParameterMatcher
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.Class<?>
type
-
Constructor Summary
Constructors Constructor Description ReflectiveMatcher(java.lang.Class<?> type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
match(java.lang.Object msg)
-
Methods inherited from class io.netty.util.internal.TypeParameterMatcher
find, get
-
-
-
-
Method Detail
-
match
public boolean match(java.lang.Object msg)
- Specified by:
match
in classTypeParameterMatcher
-
-