Class ServerMessageBodyWriter.AllWriteableMessageBodyWriter

  • All Implemented Interfaces:
    javax.ws.rs.ext.MessageBodyWriter<Object>, ServerMessageBodyWriter<Object>
    Enclosing interface:
    ServerMessageBodyWriter<T>

    public abstract static class ServerMessageBodyWriter.AllWriteableMessageBodyWriter
    extends Object
    implements ServerMessageBodyWriter<Object>
    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 Detail

      • AllWriteableMessageBodyWriter

        public AllWriteableMessageBodyWriter()