Class JavaCompilerSupport.CompilationResult

java.lang.Object
dev.metaschema.databind.codegen.JavaCompilerSupport.CompilationResult
Enclosing class:
JavaCompilerSupport

public static final class JavaCompilerSupport.CompilationResult extends Object
Contains the result of a compilation operation.
  • Method Details

    • isSuccessful

      public boolean isSuccessful()
      Check if the compilation was successful.
      Returns:
      true if compilation succeeded, false otherwise
    • getDiagnostics

      public DiagnosticCollector<?> getDiagnostics()
      Get the compilation diagnostics.
      Returns:
      the diagnostics collector containing any warnings or errors