Class JsrStructureDecoder

  • All Implemented Interfaces:
    jakarta.websocket.Decoder, jakarta.websocket.Decoder.TextStream<jakarta.json.JsonStructure>

    public class JsrStructureDecoder
    extends JsrDecoder<jakarta.json.JsonStructure>
    • Nested Class Summary

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

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected jakarta.json.JsonStructure doRead​(jakarta.json.JsonReader jsonReader)  
      • Methods inherited from class java.lang.Object

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

      • factory

        private jakarta.json.JsonReaderFactory factory
    • Constructor Detail

      • JsrStructureDecoder

        public JsrStructureDecoder()
    • Method Detail

      • doRead

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