private static class JsonConfiguration.Status
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private JsonConfiguration.ErrorType |
errorType |
private java.lang.String |
name |
private com.fasterxml.jackson.databind.JsonNode |
node |
Constructor and Description |
---|
Status(java.lang.String name,
com.fasterxml.jackson.databind.JsonNode node,
JsonConfiguration.ErrorType errorType) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
private final com.fasterxml.jackson.databind.JsonNode node
private final java.lang.String name
private final JsonConfiguration.ErrorType errorType
public Status(java.lang.String name, com.fasterxml.jackson.databind.JsonNode node, JsonConfiguration.ErrorType errorType)