Class JsrObjectDecoder

  • All Implemented Interfaces:
    javax.websocket.Decoder, javax.websocket.Decoder.TextStream<javax.json.JsonObject>

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

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

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

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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.json.JsonObject doRead​(javax.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 javax.json.JsonReaderFactory factory
    • Constructor Detail

      • JsrObjectDecoder

        public JsrObjectDecoder()
    • Method Detail

      • doRead

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