Class ServerMessageBodyWriter.AllWriteableMessageBodyWriter

java.lang.Object
org.jboss.resteasy.reactive.server.spi.ServerMessageBodyWriter.AllWriteableMessageBodyWriter
All Implemented Interfaces:
jakarta.ws.rs.ext.MessageBodyWriter<Object>, org.jboss.resteasy.reactive.common.types.AllWriteableMarker, ServerMessageBodyWriter<Object>
Direct Known Subclasses:
MultipartMessageBodyWriter
Enclosing interface:
ServerMessageBodyWriter<T>

public abstract static class ServerMessageBodyWriter.AllWriteableMessageBodyWriter extends Object implements ServerMessageBodyWriter<Object>, org.jboss.resteasy.reactive.common.types.AllWriteableMarker
A special super-class of MessageBodyWriters that accepts all types of input. The main purpose of this class is to allow runtime code to optimize for the case when there are multiple providers determined at build time but the first one will always be used
  • Constructor Details

    • AllWriteableMessageBodyWriter

      public AllWriteableMessageBodyWriter()
  • Method Details