Uses of Record Class
com.vaadin.copilot.JavaReflectionUtil.TypeInfo
Packages that use JavaReflectionUtil.TypeInfo
-
Uses of JavaReflectionUtil.TypeInfo in com.vaadin.copilot
Methods in com.vaadin.copilot that return JavaReflectionUtil.TypeInfoModifier and TypeMethodDescriptionstatic JavaReflectionUtil.TypeInfoJavaReflectionUtil.getReturnType(Method method, Class<?> cls) JavaReflectionUtil.ParameterTypeInfo.type()Returns the value of thetyperecord component.Methods in com.vaadin.copilot that return types with arguments of type JavaReflectionUtil.TypeInfoModifier and TypeMethodDescriptionJavaReflectionUtil.TypeInfo.typeParameters()Returns the value of thetypeParametersrecord component.Constructors in com.vaadin.copilot with parameters of type JavaReflectionUtil.TypeInfoModifierConstructorDescriptionParameterTypeInfo(String name, JavaReflectionUtil.TypeInfo type) Creates an instance of aParameterTypeInforecord class.Constructor parameters in com.vaadin.copilot with type arguments of type JavaReflectionUtil.TypeInfoModifierConstructorDescriptionTypeInfo(String typeName, List<JavaReflectionUtil.TypeInfo> typeParameters) TypeInfo(String typeName, List<JavaReflectionUtil.TypeInfo> typeParameters, boolean isArray, boolean isVarArgs) Creates an instance of aTypeInforecord class.