Package dev.dsf.fhir.adapter
Interface ThymeleafTemplateService
- All Known Implementing Classes:
ThymeleafTemplateServiceImpl
public interface ThymeleafTemplateService
-
Method Summary
Modifier and TypeMethodDescriptionvoidwriteTo(org.hl7.fhir.r4.model.Resource resource, Class<?> type, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.UriInfo uriInfo, jakarta.ws.rs.core.SecurityContext securityContext, OutputStream outputStream)
-
Method Details
-
writeTo
void writeTo(org.hl7.fhir.r4.model.Resource resource, Class<?> type, jakarta.ws.rs.core.MediaType mediaType, jakarta.ws.rs.core.UriInfo uriInfo, jakarta.ws.rs.core.SecurityContext securityContext, OutputStream outputStream) throws IOException - Throws:
IOException
-