public static final class JsonReadException.PathPart
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
java.lang.String |
description |
JsonReadException.PathPart |
next |
Constructor and Description |
---|
PathPart(java.lang.String description,
JsonReadException.PathPart next) |
public final java.lang.String description
public final JsonReadException.PathPart next
public PathPart(java.lang.String description, JsonReadException.PathPart next)