Class SimpleValueReader

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.Class<?> _rawType  
      protected int _typeId  
    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleValueReader​(int typeId, java.lang.Class<?> raw)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected long _fetchLong​(com.fasterxml.jackson.core.JsonParser p)  
      protected byte[] _readBinary​(com.fasterxml.jackson.core.JsonParser p)  
      protected int[] _readIntArray​(com.fasterxml.jackson.core.JsonParser p)  
      java.lang.Object read​(JSONReader reader, com.fasterxml.jackson.core.JsonParser p)  
      java.lang.Object readNext​(JSONReader reader, com.fasterxml.jackson.core.JsonParser p)  
      • Methods inherited from class java.lang.Object

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

      • _typeId

        protected final int _typeId
      • _rawType

        protected final java.lang.Class<?> _rawType
    • Constructor Detail

      • SimpleValueReader

        public SimpleValueReader​(int typeId,
                                 java.lang.Class<?> raw)
    • Method Detail

      • readNext

        public java.lang.Object readNext​(JSONReader reader,
                                         com.fasterxml.jackson.core.JsonParser p)
                                  throws java.io.IOException
        Specified by:
        readNext in class ValueReader
        Throws:
        java.io.IOException
      • read

        public java.lang.Object read​(JSONReader reader,
                                     com.fasterxml.jackson.core.JsonParser p)
                              throws java.io.IOException
        Specified by:
        read in class ValueReader
        Throws:
        java.io.IOException
      • _readBinary

        protected byte[] _readBinary​(com.fasterxml.jackson.core.JsonParser p)
                              throws java.io.IOException
        Throws:
        java.io.IOException
      • _readIntArray

        protected int[] _readIntArray​(com.fasterxml.jackson.core.JsonParser p)
                               throws java.io.IOException
        Throws:
        java.io.IOException
      • _fetchLong

        protected long _fetchLong​(com.fasterxml.jackson.core.JsonParser p)
                           throws java.io.IOException
        Throws:
        java.io.IOException