Home
last modified time | relevance | path

Searched refs:_shapeForToken (Results 1 – 1 of 1) sorted by relevance

/external/jackson-databind/src/main/java/com/fasterxml/jackson/databind/
DDeserializationContext.java874 ClassUtil.getClassDescription(scalarType), _shapeForToken(JsonToken.START_OBJECT))); in extractScalarFromObject()
1370 targetDesc, _shapeForToken(t), t); in handleUnexpectedToken()
2071 protected String _shapeForToken(JsonToken t) { in _shapeForToken() method in DeserializationContext