public class DispatchingDiagnosticRenderer extends java.lang.Object implements DiagnosticRenderer<Diagnostic>
| Constructor and Description |
|---|
DispatchingDiagnosticRenderer(DiagnosticFactoryToRendererMap... maps) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
render(Diagnostic diagnostic) |
public DispatchingDiagnosticRenderer(DiagnosticFactoryToRendererMap... maps)
@NotNull public java.lang.String render(@NotNull Diagnostic diagnostic)
render in interface DiagnosticRenderer<Diagnostic>render in interface Renderer<Diagnostic>