Class ProcessingOutcome

java.lang.Object
com.github.joschi.jadconfig.response.ProcessingOutcome

public class ProcessingOutcome extends Object
  • Constructor Details

  • Method Details

    • hasProblems

      public boolean hasProblems()
    • getConfigurationBean

      public Object getConfigurationBean()
    • getFieldProcessingProblems

      public Map<String,Exception> getFieldProcessingProblems()
    • getValidationMethodsProblems

      public Map<String,Exception> getValidationMethodsProblems()