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