Java com.amazonaws.transform JsonUnmarshallerContext fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.transform JsonUnmarshallerContext fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.transform JsonUnmarshallerContext.

The text is from its open source code.

Method

intgetCurrentDepth()
Returns the element depth of the parser's current position in the JSON document being parsed.
StringgetCurrentParentElement()
Returns the name of the JSON field that is the nearest parent of the current context.Returns null by default.
JsonTokengetCurrentToken()
Returns the current JsonToken that is to be parsed by the parser.
StringgetLastParsedParentElement()
This will return the deleted string in stackString when doing update on the stack.
JsonTokennextToken()
Returns the next JsonToken from the JsonParser.
booleantestExpression(String expression, int stackDepth)
Tests the specified expression (a JSON field name) against the current position in the JSON document being parsed, and restricts the expression to matching at the specified stack depth.