Class JsrObjectDecoder

java.lang.Object
org.apache.johnzon.websocket.internal.jsr.JsrDecoder<jakarta.json.JsonObject>
org.apache.johnzon.websocket.jsr.JsrObjectDecoder
All Implemented Interfaces:
jakarta.websocket.Decoder, jakarta.websocket.Decoder.TextStream<jakarta.json.JsonObject>

public class JsrObjectDecoder extends JsrDecoder<jakarta.json.JsonObject>
  • Nested Class Summary

    Nested classes/interfaces inherited from interface jakarta.websocket.Decoder

    jakarta.websocket.Decoder.Binary<T extends Object>, jakarta.websocket.Decoder.BinaryStream<T extends Object>, jakarta.websocket.Decoder.Text<T extends Object>, jakarta.websocket.Decoder.TextStream<T extends Object>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private jakarta.json.JsonReaderFactory
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected jakarta.json.JsonObject
    doRead(jakarta.json.JsonReader jsonReader)
     

    Methods inherited from class org.apache.johnzon.websocket.internal.jsr.JsrDecoder

    decode, destroy, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • factory

      private jakarta.json.JsonReaderFactory factory
  • Constructor Details

    • JsrObjectDecoder

      public JsrObjectDecoder()
  • Method Details

    • doRead

      protected jakarta.json.JsonObject doRead(jakarta.json.JsonReader jsonReader)
      Specified by:
      doRead in class JsrDecoder<jakarta.json.JsonObject>