public class LegacyGraphVertexDeserializer extends BaseLegacyDeserializer<GraphVertex>
BaseLegacyDeserializer
Constructor and Description |
---|
LegacyGraphVertexDeserializer() |
Modifier and Type | Method and Description |
---|---|
Class<?> |
getDeserializedType() |
org.nd4j.shade.jackson.databind.ObjectMapper |
getLegacyJsonMapper() |
Map<String,String> |
getLegacyNamesMap() |
static void |
registerLegacyClassDefaultName(Class<? extends GraphVertex> clazz) |
static void |
registerLegacyClassSpecifiedName(String name,
Class<? extends GraphVertex> clazz) |
deserialize
public Map<String,String> getLegacyNamesMap()
getLegacyNamesMap
in class BaseLegacyDeserializer<GraphVertex>
public org.nd4j.shade.jackson.databind.ObjectMapper getLegacyJsonMapper()
getLegacyJsonMapper
in class BaseLegacyDeserializer<GraphVertex>
public Class<?> getDeserializedType()
getDeserializedType
in class BaseLegacyDeserializer<GraphVertex>
public static void registerLegacyClassDefaultName(@NonNull Class<? extends GraphVertex> clazz)
public static void registerLegacyClassSpecifiedName(@NonNull String name, @NonNull Class<? extends GraphVertex> clazz)
Copyright © 2019. All rights reserved.