Class ObjectExtractor


  • public class ObjectExtractor
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.util.List<java.lang.Integer> HANDLED_TOKENS  
    • Constructor Summary

      Constructors 
      Constructor Description
      ObjectExtractor()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.lang.String extract​(com.fasterxml.jackson.core.JsonParser parser, com.fasterxml.jackson.databind.DeserializationContext context)  
      • Methods inherited from class java.lang.Object

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

      • HANDLED_TOKENS

        public static final java.util.List<java.lang.Integer> HANDLED_TOKENS
    • Constructor Detail

      • ObjectExtractor

        public ObjectExtractor()
    • Method Detail

      • extract

        public static java.lang.String extract​(com.fasterxml.jackson.core.JsonParser parser,
                                               com.fasterxml.jackson.databind.DeserializationContext context)
                                        throws java.io.IOException
        Throws:
        java.io.IOException