public class GraphSONMapper extends java.lang.Object implements Mapper<com.fasterxml.jackson.databind.ObjectMapper>
ObjectMapper which automatically registers the standard
GraphSONModule for serializing Graph elements. This class
can be used for generalized JSON serialization tasks that require meeting GraphSON standards.| Modifier and Type | Class and Description |
|---|---|
static class |
GraphSONMapper.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GraphSONMapper.Builder |
build() |
com.fasterxml.jackson.databind.ObjectMapper |
createMapper()
Create a new instance of the internal object mapper that an implementation represents.
|
public com.fasterxml.jackson.databind.ObjectMapper createMapper()
MappercreateMapper in interface Mapper<com.fasterxml.jackson.databind.ObjectMapper>public static GraphSONMapper.Builder build()
Copyright © 2013-2015 TinkerPop. All Rights Reserved.