Class CustomId.CustomIdTinkerPopJacksonModuleV2d0
- java.lang.Object
-
- org.apache.tinkerpop.shaded.jackson.databind.Module
-
- org.apache.tinkerpop.shaded.jackson.databind.module.SimpleModule
-
- org.apache.tinkerpop.gremlin.structure.io.graphson.TinkerPopJacksonModule
-
- org.apache.tinkerpop.gremlin.structure.io.util.CustomId.CustomIdTinkerPopJacksonModuleV2d0
-
- All Implemented Interfaces:
Serializable
,org.apache.tinkerpop.shaded.jackson.core.Versioned
- Enclosing class:
- CustomId
public static class CustomId.CustomIdTinkerPopJacksonModuleV2d0 extends TinkerPopJacksonModule
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.apache.tinkerpop.shaded.jackson.databind.module.SimpleModule
_abstractTypes, _deserializerModifier, _deserializers, _hasExplicitName, _keyDeserializers, _keySerializers, _mixins, _name, _namingStrategy, _serializerModifier, _serializers, _subtypes, _valueInstantiators, _version
-
-
Constructor Summary
Constructors Constructor Description CustomIdTinkerPopJacksonModuleV2d0()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<Class,String>
getTypeDefinitions()
String
getTypeNamespace()
-
Methods inherited from class org.apache.tinkerpop.shaded.jackson.databind.module.SimpleModule
_checkNotNull, addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, getTypeId, registerSubtypes, registerSubtypes, registerSubtypes, setAbstractTypes, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setNamingStrategy, setSerializerModifier, setSerializers, setupModule, setValueInstantiators, version
-
-
-
-
Method Detail
-
getTypeDefinitions
public Map<Class,String> getTypeDefinitions()
- Specified by:
getTypeDefinitions
in classTinkerPopJacksonModule
-
getTypeNamespace
public String getTypeNamespace()
- Specified by:
getTypeNamespace
in classTinkerPopJacksonModule
-
-