Example usage for com.fasterxml.jackson.core TreeNode interface-usage

List of usage examples for com.fasterxml.jackson.core TreeNode interface-usage

Introduction

In this page you can find the example usage for com.fasterxml.jackson.core TreeNode interface-usage.

Usage

From source file com.github.javaplugs.mybatis.TreeNodeLazyWrapper.java

/**
 * Lazy JSON node wrapper, that will create generate real TreeNode after first call to it's methods.
 * Note, that in a case if input JSON string is invalid it may throw runtime exception from any method.
 */
public class TreeNodeLazyWrapper implements TreeNode, Serializable {