Interface LegalDocumentWriter

All Superinterfaces:
ResourceIO<Statute>, ResourceWriter<Statute>
All Known Implementing Classes:
AbstractLegalDocumentWriter

public interface LegalDocumentWriter extends ResourceWriter<Statute>
Common interface for components that save or export legal documents.
Since:
1.0
Author:
Silvere Martin-Michiellot, Gemini AI (Google DeepMind)
  • Method Details

    • exportContent

      String exportContent(Statute statute)
      Exports a statute to a string representation.
      Parameters:
      statute - the statute to export
      Returns:
      the string content (e.g., XML or JSON)