Interface EntityWriter
- All Known Implementing Classes:
DynamicEntityWriter,FixedEntityWriter,FixedEntityWriterArray,MediaTypeDelegatingEntityWriter,TypeDelegatingEntityWriter
public interface EntityWriter
An interface that can be used to write out an entity.
In practical terms these represent a set of
MessageBodyWriter
implementations. As must as possible the implementations are resolved at build time, however
the spec does allow for dynamic behaviour, which is abstracted behind this interface.-
Method Summary
Modifier and TypeMethodDescriptionvoidwrite(ResteasyReactiveRequestContext context, Object entity)
-
Method Details
-
write
- Throws:
IOException
-