/**
* Get more specific info about the result like names of affected resources.
*
* @return A map of strings containing result specific information
*/
default Map<String, String> details() {
return Map.of();
}
For all already existing ResultImpl the method is overridden providing specific info.
The
DiagnosticResult
interface has a new method:For all already existing ResultImpl the method is overridden providing specific info.