Uses of Class
io.netty5.util.internal.TypeParameterMatcher
-
Packages that use TypeParameterMatcher Package Description io.netty5.util.internal Internal-use-only utilities which is not allowed to be used outside Netty. -
-
Uses of TypeParameterMatcher in io.netty5.util.internal
Methods in io.netty5.util.internal that return TypeParameterMatcher Modifier and Type Method Description static TypeParameterMatcherTypeParameterMatcher. find(Object object, Class<?> parametrizedSuperclass, String typeParamName)static TypeParameterMatcherTypeParameterMatcher. get(Class<?> parameterType)
-