Package com.vaadin.copilot
Class JavaReflectionUtil
java.lang.Object
com.vaadin.copilot.JavaReflectionUtil
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
static final record
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
getClassName
(Class<?> aClass) getParameterTypes
(Method method, Class<?> cls) static JavaReflectionUtil.TypeInfo
getReturnType
(Method method, Class<?> cls)
-
Constructor Details
-
JavaReflectionUtil
public JavaReflectionUtil()
-
-
Method Details
-
getParameterTypes
public static List<JavaReflectionUtil.ParameterTypeInfo> getParameterTypes(Method method, Class<?> cls) -
getReturnType
-
getClassName
-