java.lang.Object
ai.docling.serve.api.convert.request.target.Target
Direct Known Subclasses:
InBodyTarget, PutTarget, ZipTarget

public abstract sealed class Target extends Object permits InBodyTarget, PutTarget, ZipTarget
Represents an abstract target for defining where and how the converted document should be delivered.

The Target class is a sealed type that is extended by specific concrete implementations: InBodyTarget, PutTarget, and ZipTarget. These implementations specify different delivery methods, such as including the document in the response body, sending it to a specified URI, or zipping it for inclusion in the response.

  • Constructor Details

    • Target

      public Target()
  • Method Details