Package org.apache.abdera.writer
Interface NamedWriter
-
- 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 Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description java.lang.String[]
getOutputFormats()
Deprecated.Return a listing of MIME Media formats this NamedWriter is capable of outputting.boolean
outputsFormat(java.lang.String mediatype)
Deprecated.Returns true if the format produced by this writer matches the specified media type
-
-
-
Method Detail
-
getOutputFormats
java.lang.String[] getOutputFormats()
Deprecated.Return a listing of MIME Media formats this NamedWriter is capable of outputting.
-
outputsFormat
boolean outputsFormat(java.lang.String mediatype)
Deprecated.Returns true if the format produced by this writer matches the specified media type
-
-