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