Interface EntityWriter
-
- All Known Implementing Classes:
DynamicEntityWriter,FixedEntityWriter,FixedEntityWriterArray,MediaTypeDelegatingEntityWriter,TypeDelegatingEntityWriter
public interface EntityWriterAn interface that can be used to write out an entity. In practical terms these represent a set ofMessageBodyWriterimplementations. 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(ResteasyReactiveRequestContext context, Object entity)
-
-
-
Method Detail
-
write
void write(ResteasyReactiveRequestContext context, Object entity) throws IOException
- Throws:
IOException
-
-