Package | Description |
---|---|
org.apache.tinkerpop.gremlin.structure.io.graphson |
Modifier and Type | Field and Description |
---|---|
protected TypeInfo |
AbstractGraphSONTypeSerializer.typeInfo |
Modifier and Type | Method and Description |
---|---|
TypeInfo |
GraphSONMapper.getTypeInfo() |
static TypeInfo |
TypeInfo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TypeInfo[] |
TypeInfo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
GraphSONMapper.Builder |
GraphSONMapper.Builder.typeInfo(TypeInfo typeInfo)
Specify if the values are going to be typed or not, and at which level.
|
GraphSONTypeResolverBuilder |
GraphSONTypeResolverBuilder.typesEmbedding(TypeInfo typeInfo) |
Copyright © 2013–2022 Apache Software Foundation. All rights reserved.