Uses of Class
io.netty.util.internal.TypeParameterMatcher
-
Packages that use TypeParameterMatcher Package Description io.netty.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of TypeParameterMatcher in io.netty.util.internal
Subclasses of TypeParameterMatcher in io.netty.util.internal Modifier and Type Class Description class
NoOpTypeParameterMatcher
Methods in io.netty.util.internal that return TypeParameterMatcher Modifier and Type Method Description static TypeParameterMatcher
TypeParameterMatcher. find(java.lang.Object object, java.lang.Class<?> parametrizedSuperclass, java.lang.String typeParamName)
static TypeParameterMatcher
TypeParameterMatcher. get(java.lang.Class<?> parameterType)
Methods in io.netty.util.internal that return types with arguments of type TypeParameterMatcher Modifier and Type Method Description java.util.Map<java.lang.Class<?>,java.util.Map<java.lang.String,TypeParameterMatcher>>
InternalThreadLocalMap. typeParameterMatcherFindCache()
java.util.Map<java.lang.Class<?>,TypeParameterMatcher>
InternalThreadLocalMap. typeParameterMatcherGetCache()
-