| Package | Description | 
|---|---|
| com.fasterxml.jackson.databind.node | Contains concrete  JsonNodeimplementations
 Jackson uses for the Tree model. | 
| Modifier and Type | Method and Description | 
|---|---|
| BinaryNode | JsonNodeFactory. binaryNode(byte[] data)Factory method for constructing a node that represents given
 binary data, and will get serialized as equivalent base64-encoded
 String value | 
| BinaryNode | ContainerNode. binaryNode(byte[] data) | 
| BinaryNode | JsonNodeFactory. binaryNode(byte[] data,
          int offset,
          int length)Factory method for constructing a node that represents given
 binary data, and will get serialized as equivalent base64-encoded
 String value | 
| BinaryNode | ContainerNode. binaryNode(byte[] data,
          int offset,
          int length) | 
| static BinaryNode | BinaryNode. valueOf(byte[] data) | 
| static BinaryNode | BinaryNode. valueOf(byte[] data,
       int offset,
       int length) | 
Copyright © 2014–2015 FasterXML. All rights reserved.