Interface NamedWriter

All Superinterfaces:
NamedItem, Writer
All Known Implementing Classes:
AbstractNamedWriter

@Deprecated(since="2021-07-29") public interface NamedWriter extends Writer, NamedItem
Deprecated.
This API is deprecated as Apache Abdera is a retired project since 2017.
Named Writers provide a means of extending Abdera's built in serialization.
  • Method Details

    • getOutputFormats

      String[] getOutputFormats()
      Deprecated.
      Return a listing of MIME Media formats this NamedWriter is capable of outputting.
    • outputsFormat

      boolean outputsFormat(String mediatype)
      Deprecated.
      Returns true if the format produced by this writer matches the specified media type