Class BasicJsonReader


  • public class BasicJsonReader
    extends Object
    • Constructor Detail

      • BasicJsonReader

        public BasicJsonReader​(com.fasterxml.jackson.core.JsonParser parser)
    • Method Detail

      • read

        public static Object read​(com.fasterxml.jackson.core.JsonParser parser)
                           throws com.fasterxml.jackson.core.JsonProcessingException,
                                  IOException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
        IOException
      • read

        public static Object read​(InputStream in)
                           throws com.fasterxml.jackson.core.JsonProcessingException,
                                  IOException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
        IOException
      • read

        public static Object read​(String string)
                           throws com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        com.fasterxml.jackson.core.JsonProcessingException
      • read

        public Object read()
                    throws IOException,
                           com.fasterxml.jackson.core.JsonProcessingException
        Throws:
        IOException
        com.fasterxml.jackson.core.JsonProcessingException