Package org.apache.abdera.writer
Interface NamedWriter
- All Known Implementing Classes:
AbstractNamedWriter
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 Summary
Modifier and TypeMethodDescriptionString[]Deprecated.Return a listing of MIME Media formats this NamedWriter is capable of outputting.booleanoutputsFormat(String mediatype) Deprecated.Returns true if the format produced by this writer matches the specified media type
-
Method Details
-
getOutputFormats
String[] getOutputFormats()Deprecated.Return a listing of MIME Media formats this NamedWriter is capable of outputting. -
outputsFormat
Deprecated.Returns true if the format produced by this writer matches the specified media type
-