com.fasterxml.jackson.databind.node

Class TreeTraversingParser

  • All Implemented Interfaces:
    Versioned, Closeable, AutoCloseable


    public class TreeTraversingParser
    extends ParserMinimalBase
    Facade over JsonNode that implements JsonParser to allow accessing contents of JSON tree in alternate form (stream of tokens). Useful when a streaming source is expected by code, such as data binding functionality.

Copyright © 2008–2021 FasterXML. All rights reserved.