Interface FhirEncoderObserver

All Known Subinterfaces:
FhirCodecObserver

public interface FhirEncoderObserver
  • Method Summary

    Modifier and Type
    Method
    Description
    <R extends org.hl7.fhir.r4.model.Resource>
    void
    onEncode(R resource, String content)
     
  • Method Details

    • onEncode

      <R extends org.hl7.fhir.r4.model.Resource> void onEncode(R resource, String content)