Uses of Record Class
com.vaadin.copilot.rewriter.ReplaceResult
Packages that use ReplaceResult
Package
Description
-
Uses of ReplaceResult in com.vaadin.copilot.javarewriter
Methods in com.vaadin.copilot.javarewriter that return 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. -
Uses of ReplaceResult in com.vaadin.copilot.kotlinrewriter
Methods in com.vaadin.copilot.kotlinrewriter that return ReplaceResultModifier and TypeMethodDescriptionKotlinRewriter.replaceFunctionCall(KotlinComponentInfo component, String function, Object value) Sets a property, replacing the value the source already states or adding a statement where it states none. -
Uses of ReplaceResult in com.vaadin.copilot.rewriter
Methods in com.vaadin.copilot.rewriter that return ReplaceResultModifier and TypeMethodDescriptionCopilotRewriter.replaceFunctionCall(C component, String function, Object value) Replaces a constructor argument, when the value maps to one, or the corresponding setter call otherwise.