public final class MethodTypeWrapper extends Object implements TypeWrapper
| Modifier and Type | Method and Description |
|---|---|
static TypeWrapper |
fromParameter(MethodWrapper method,
int paramIndex) |
static TypeWrapper |
fromReturnType(MethodWrapper method) |
Class<?> |
getParameterClass() |
public Class<?> getParameterClass()
getParameterClass in interface TypeWrapperpublic static TypeWrapper fromParameter(MethodWrapper method, int paramIndex)
public static TypeWrapper fromReturnType(MethodWrapper method)
Copyright © 2023. All rights reserved.