public class JsonSupport extends Object
| Constructor and Description | 
|---|
JsonSupport()  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
writeBinaryField(com.fasterxml.jackson.core.JsonGenerator generator,
                long fieldId,
                byte[] value)  | 
protected void | 
writeBooleanField(com.fasterxml.jackson.core.JsonGenerator generator,
                 long fieldId,
                 boolean state)  | 
protected void | 
writeDateTimeField(com.fasterxml.jackson.core.JsonGenerator generator,
                  long fieldId,
                  ZonedDateTime dateTime)  | 
protected void | 
writeField(com.fasterxml.jackson.core.JsonGenerator generator,
          long fieldId)  | 
protected void | 
writeField(com.fasterxml.jackson.core.JsonGenerator generator,
          long fieldId,
          JsonWritable value)  | 
protected void | 
writeIntegerField(com.fasterxml.jackson.core.JsonGenerator generator,
                 long fieldId,
                 BigInteger value)  | 
protected void | 
writeIntegerField(com.fasterxml.jackson.core.JsonGenerator generator,
                 long fieldId,
                 int value)  | 
protected void | 
writeIntegerOrTextField(com.fasterxml.jackson.core.JsonGenerator generator,
                       long fieldId,
                       String value)  | 
protected void | 
writeLongField(com.fasterxml.jackson.core.JsonGenerator generator,
              long fieldId,
              long value)  | 
protected void | 
writeTextField(com.fasterxml.jackson.core.JsonGenerator generator,
              long fieldId,
              String text)  | 
protected void writeField(com.fasterxml.jackson.core.JsonGenerator generator,
                          long fieldId)
                   throws IOException
IOExceptionprotected void writeField(com.fasterxml.jackson.core.JsonGenerator generator,
                          long fieldId,
                          JsonWritable value)
                   throws IOException
IOExceptionprotected void writeTextField(com.fasterxml.jackson.core.JsonGenerator generator,
                              long fieldId,
                              String text)
                       throws IOException
IOExceptionprotected void writeBooleanField(com.fasterxml.jackson.core.JsonGenerator generator,
                                 long fieldId,
                                 boolean state)
                          throws IOException
IOExceptionprotected void writeLongField(com.fasterxml.jackson.core.JsonGenerator generator,
                              long fieldId,
                              long value)
                       throws IOException
IOExceptionprotected void writeIntegerField(com.fasterxml.jackson.core.JsonGenerator generator,
                                 long fieldId,
                                 int value)
                          throws IOException
IOExceptionprotected void writeIntegerField(com.fasterxml.jackson.core.JsonGenerator generator,
                                 long fieldId,
                                 BigInteger value)
                          throws IOException
IOExceptionprotected void writeDateTimeField(com.fasterxml.jackson.core.JsonGenerator generator,
                                  long fieldId,
                                  ZonedDateTime dateTime)
                           throws IOException
IOExceptionprotected void writeIntegerOrTextField(com.fasterxml.jackson.core.JsonGenerator generator,
                                       long fieldId,
                                       String value)
                                throws IOException
IOExceptionprotected void writeBinaryField(com.fasterxml.jackson.core.JsonGenerator generator,
                                long fieldId,
                                byte[] value)
                         throws IOException
IOExceptionCopyright © 2020 National Institute of Standards and Technology. All rights reserved.