Class JsonbInvokeMethodMessageBodyReader

  • All Implemented Interfaces:
    jakarta.ws.rs.ext.MessageBodyReader<InvokeMethodRequest>

    @Provider
    @Consumes("application/json")
    public class JsonbInvokeMethodMessageBodyReader
    extends Object
    implements jakarta.ws.rs.ext.MessageBodyReader<InvokeMethodRequest>
    Reads the InvokeMethodRequest in case of JSONB serialisation. In that case the InvokeMethodRequest.argValues are JSON representation of the original Object[] for the method arguments.
    Author:
    Jan Bernitt
    • Constructor Detail

      • JsonbInvokeMethodMessageBodyReader

        public JsonbInvokeMethodMessageBodyReader()