Uses of Record Class
com.vaadin.copilot.JavaReflectionUtil.ParameterTypeInfo
Packages that use JavaReflectionUtil.ParameterTypeInfo
-
Uses of JavaReflectionUtil.ParameterTypeInfo in com.vaadin.copilot
Methods in com.vaadin.copilot that return types with arguments of type JavaReflectionUtil.ParameterTypeInfoModifier and TypeMethodDescriptionJavaReflectionUtil.getParameterTypes(Class<?> clazz, String methodName) Finds the first method matches with givenmethodNamein the class and invokesJavaReflectionUtil.getParameterTypes(Method, Class)JavaReflectionUtil.getParameterTypes(Method method, Class<?> cls) Util.getParameterTypes(Method method) Gets the parameter types of a method. -
Uses of JavaReflectionUtil.ParameterTypeInfo in com.vaadin.copilot.javarewriter
Method parameters in com.vaadin.copilot.javarewriter with type arguments of type JavaReflectionUtil.ParameterTypeInfoModifier and TypeMethodDescriptionvoidJavaRewriter.setComboBoxDataSource(ComponentInfo comboBox, String serviceClassName, String serviceMethodName, List<JavaReflectionUtil.ParameterTypeInfo> parameterTypes, String itemTypeClassName, UIServiceCreator.FieldInfo displayProperty) Connects the given combo box to the given service method, using the given item type and order for the columns.voidJavaRewriter.setGridDataSource(ComponentInfo grid, String serviceClassName, String serviceMethodName, List<JavaReflectionUtil.ParameterTypeInfo> parameterTypes, String itemTypeClassName, List<UIServiceCreator.FieldInfo> itemPropertiesOrder) Connects the given grid to the given service method, using the given item type and order for the columns.