Class DiagnosticListenerImpl
java.lang.Object
com.graphql_java_generator.plugin.test.compiler.DiagnosticListenerImpl
- All Implemented Interfaces:
DiagnosticListener<JavaFileObject>
- Author:
- etienne-sf
-
Constructor Summary
ConstructorsConstructorDescriptionDiagnosticListenerImpl(org.slf4j.Logger log) DiagnosticListenerImpl(org.slf4j.Logger log, String className) -
Method Summary
-
Constructor Details
-
DiagnosticListenerImpl
public DiagnosticListenerImpl(org.slf4j.Logger log) - Parameters:
log-
-
DiagnosticListenerImpl
- Parameters:
log-className-
-
-
Method Details
-
report
- Specified by:
reportin interfaceDiagnosticListener<JavaFileObject>- See Also:
-
jakarta.tools.DiagnosticListener#report(jakarta.tools.Diagnostic)
-