public interface ValidationResultFormatter
ValidationResults.write(StringWriter, ValidationResultFormatter)
Modifier and Type | Method and Description |
---|---|
void |
formatElement(StringWriter writer,
ModelElementInstance element)
formats an element in the summary
|
void |
formatResult(StringWriter writer,
ValidationResult result)
formats a validation result
|
void formatElement(StringWriter writer, ModelElementInstance element)
writer
- the writerelement
- the element to writevoid formatResult(StringWriter writer, ValidationResult result)
writer
- the writerresult
- the result to formatCopyright © 2022. All rights reserved.