Uses of Record Class
com.vaadin.copilot.javarewriter.JavaRewriter.SetterAndValue
Packages that use JavaRewriter.SetterAndValue
-
Uses of JavaRewriter.SetterAndValue in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return JavaRewriter.SetterAndValueModifier and TypeMethodDescriptionstatic JavaRewriter.SetterAndValue
JavaRewriterUtil.getSetterAndValue
(Class<?> componentType, String property, Object value) Gets the setter name and value for the given component type, property and value.