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.typeInfo()Returns the value of thetypeInforecord 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 parameterName, JavaReflectionUtil.TypeInfo typeInfo) 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) Creates an instance of aTypeInforecord class.