Package com.vaadin.copilot
Class JavaParserHandler
java.lang.Object
com.vaadin.copilot.JavaParserHandler
- All Implemented Interfaces:
CopilotCommand
Handles commands to parse Java source code.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final record
Holds data for a Java annotation.static final record
Holds data for a Java bean property. -
Field Summary
Fields inherited from interface com.vaadin.copilot.CopilotCommand
KEY_CANCEL_REQ_ID, KEY_REQ_ID
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
handleMessage
(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.vaadin.copilot.CopilotCommand
canBeParallelCommand, handleConnect
-
Constructor Details
-
JavaParserHandler
public JavaParserHandler()
-
-
Method Details
-
handleMessage
public boolean handleMessage(String command, elemental.json.JsonObject data, DevToolsInterface devToolsInterface) - Specified by:
handleMessage
in interfaceCopilotCommand
-