Uses of Class
io.quarkus.qute.debug.client.JavaSourceLocationResponse
Packages that use JavaSourceLocationResponse
-
Uses of JavaSourceLocationResponse in io.quarkus.qute.debug.agent
Methods in io.quarkus.qute.debug.agent that return types with arguments of type JavaSourceLocationResponseModifier and TypeMethodDescriptionDebuggeeAgent.resolveJavaSource(JavaSourceLocationArguments params) -
Uses of JavaSourceLocationResponse in io.quarkus.qute.debug.client
Methods in io.quarkus.qute.debug.client that return JavaSourceLocationResponseMethods in io.quarkus.qute.debug.client that return types with arguments of type JavaSourceLocationResponseModifier and TypeMethodDescriptionEventBasedJavaSourceResolver.resolveJavaSource(JavaSourceLocationArguments args) Resolves a Java source from a Qute template by sending an event to the client.JavaSourceResolver.resolveJavaSource(JavaSourceLocationArguments args) Resolves the Java method or class referenced from a Qute template for the purpose of setting breakpoints.Methods in io.quarkus.qute.debug.client with parameters of type JavaSourceLocationResponseModifier and TypeMethodDescriptionvoidJavaSourceLocationEventResponse.setResponse(JavaSourceLocationResponse response) Constructors in io.quarkus.qute.debug.client with parameters of type JavaSourceLocationResponseModifierConstructorDescriptionJavaSourceLocationEventResponse(String id, JavaSourceLocationResponse response)