Uses of Record Class
com.vaadin.copilot.javarewriter.JavaRewriter.ReplaceResult
Packages that use JavaRewriter.ReplaceResult
-
Uses of JavaRewriter.ReplaceResult in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return JavaRewriter.ReplaceResultModifier and TypeMethodDescriptionJavaRewriter.replaceFunctionCall(ComponentInfo componentInfo, String function, Object value) Replaces a constructor parameter (if it is mapped to the given setter function) or a function call in the source code.