Class NativeRenderer
- java.lang.Object
-
- org.hl7.fhir.validation.cli.renderers.ValidationOutputRenderer
-
- org.hl7.fhir.validation.cli.renderers.NativeRenderer
-
public class NativeRenderer extends ValidationOutputRenderer
-
-
Field Summary
-
Fields inherited from class org.hl7.fhir.validation.cli.renderers.ValidationOutputRenderer
crumbTrails, dst, moreThanOne
-
-
Constructor Summary
Constructors Constructor Description NativeRenderer(org.hl7.fhir.r5.elementmodel.Manager.FhirFormat format)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
handlesBundleDirectly()
void
render(org.hl7.fhir.r5.model.Bundle bundle)
void
render(org.hl7.fhir.r5.model.OperationOutcome op)
-
Methods inherited from class org.hl7.fhir.validation.cli.renderers.ValidationOutputRenderer
finish, isCrumbTrails, setCrumbTrails, setOutput, start
-
-
-
-
Constructor Detail
-
NativeRenderer
public NativeRenderer(org.hl7.fhir.r5.elementmodel.Manager.FhirFormat format)
-
-
Method Detail
-
handlesBundleDirectly
public boolean handlesBundleDirectly()
- Overrides:
handlesBundleDirectly
in classValidationOutputRenderer
-
render
public void render(org.hl7.fhir.r5.model.OperationOutcome op) throws IOException
- Specified by:
render
in classValidationOutputRenderer
- Throws:
IOException
-
render
public void render(org.hl7.fhir.r5.model.Bundle bundle) throws IOException
- Overrides:
render
in classValidationOutputRenderer
- Throws:
IOException
-
-