Java com.fasterxml.jackson.core JsonStreamContext fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.core JsonStreamContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.fasterxml.jackson.core JsonStreamContext.

The text is from its open source code.

Subclass

com.fasterxml.jackson.core.JsonStreamContext has subclasses.
Click this link to see all its subclasses.

Method

StringgetCurrentName()
Method for accessing name associated with the current location.
JsonStreamContextgetParent()
Accessor for finding parent context of this context; will return null for root context.
booleaninArray()
Method that returns true if this context is an Array context; that is, content is being read from or written to a Json Array.
booleaninObject()
Method that returns true if this context is an Object context; that is, content is being read from or written to a Json Object.