public class GraphSONMapper extends Object implements Mapper<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() |
ObjectMapper |
createMapper()
Create a new instance of the internal object mapper that an implementation represents.
|
public ObjectMapper createMapper()
MappercreateMapper in interface Mapper<ObjectMapper>public static GraphSONMapper.Builder build()
Copyright © 2013–2015 Apache Software Foundation. All rights reserved.