- java.lang.Object
-
- io.netty5.util.internal.TypeParameterMatcher
-
- io.netty5.util.internal.NoOpTypeParameterMatcher
-
public final class NoOpTypeParameterMatcher extends TypeParameterMatcher
-
-
Constructor Summary
Constructors Constructor Description NoOpTypeParameterMatcher()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
match(Object msg)
-
Methods inherited from class io.netty5.util.internal.TypeParameterMatcher
find, get
-
-
-
-
Method Detail
-
match
public boolean match(Object msg)
- Specified by:
match
in classTypeParameterMatcher
-
-