public interface JsonProcessor
Modifier and Type | Interface and Description |
---|---|
static class |
JsonProcessor.ReadState |
Modifier and Type | Method and Description |
---|---|
void |
ensureAtLeastOneField(BaseWriter.ComplexWriter writer) |
UserException.Builder |
getExceptionWithContext(Throwable exception,
String message) |
UserException.Builder |
getExceptionWithContext(UserException.Builder exceptionBuilder,
String message) |
boolean |
ignoreJSONParseError() |
void |
setIgnoreJSONParseErrors(boolean ignoreJSONParseErrors) |
void |
setSource(InputStream is) |
void |
setSource(com.fasterxml.jackson.databind.JsonNode node) |
JsonProcessor.ReadState |
write(BaseWriter.ComplexWriter writer) |
JsonProcessor.ReadState write(BaseWriter.ComplexWriter writer) throws IOException
IOException
void setSource(InputStream is) throws IOException
IOException
void setSource(com.fasterxml.jackson.databind.JsonNode node)
void ensureAtLeastOneField(BaseWriter.ComplexWriter writer)
UserException.Builder getExceptionWithContext(UserException.Builder exceptionBuilder, String message)
UserException.Builder getExceptionWithContext(Throwable exception, String message)
boolean ignoreJSONParseError()
void setIgnoreJSONParseErrors(boolean ignoreJSONParseErrors)
Copyright © 1970 The Apache Software Foundation. All rights reserved.