Class JsonParserDelegate

java.lang.Object
org.codehaus.jackson.JsonParser
org.codehaus.jackson.util.JsonParserDelegate
All Implemented Interfaces:
Closeable, AutoCloseable, Versioned
Direct Known Subclasses:
JsonParserSequence

public class JsonParserDelegate extends JsonParser
Helper class that implements delegation pattern for JsonParser, to allow for simple overridability of basic parsing functionality. The idea is that any functionality to be modified can be simply overridden; and anything else will be delegated by default.
Since:
1.4