Class CustomComponentHandler
java.lang.Object
com.vaadin.copilot.javarewriter.custom.CustomComponentHandler
-
Method Summary
Modifier and TypeMethodDescriptionstatic Optional<CustomComponentHandle> get(CopilotComponent copilotComponent) Finds the relevant CustomComponentHandle of the given CopilotComponent
-
Method Details
-
get
Finds the relevant CustomComponentHandle of the given CopilotComponent- Parameters:
copilotComponent- Java component for creating statements.- Returns:
- Returns the custom component handle if present, returns empty otherwise.
-