Java com.fasterxml.jackson.databind MappingIterator fields, constructors, methods, implement or subclass

Example usage for Java com.fasterxml.jackson.databind MappingIterator fields, constructors, methods, implement or subclass

Introduction

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

The text is from its open source code.

Method

voidclose()
ClassgetClass()
Returns the runtime class of this Object .
JsonLocationgetCurrentLocation()
Convenience method, functionally equivalent to: iterator.getParser().getCurrentLocation()
JsonParsergetParser()
Accessor for getting underlying parser this iterator uses.
booleanhasNext()
booleanhasNextValue()
Equivalent of #next but one that may throw checked exceptions from Jackson due to invalid input.
Tnext()
TnextValue()
ListreadAll()
Convenience method for reading all entries accessible via this iterator