public class GraphSONTypeResolverBuilder
extends StdTypeResolverBuilder
Constructor and Description |
---|
GraphSONTypeResolverBuilder() |
Modifier and Type | Method and Description |
---|---|
TypeDeserializer |
buildTypeDeserializer(DeserializationConfig config,
JavaType baseType,
Collection<NamedType> subtypes) |
TypeSerializer |
buildTypeSerializer(SerializationConfig config,
JavaType baseType,
Collection<NamedType> subtypes) |
GraphSONTypeResolverBuilder |
typesEmbedding(TypeInfo typeInfo) |
GraphSONTypeResolverBuilder |
valuePropertyName(String valuePropertyName) |
public TypeDeserializer buildTypeDeserializer(DeserializationConfig config, JavaType baseType, Collection<NamedType> subtypes)
public TypeSerializer buildTypeSerializer(SerializationConfig config, JavaType baseType, Collection<NamedType> subtypes)
public GraphSONTypeResolverBuilder valuePropertyName(String valuePropertyName)
public GraphSONTypeResolverBuilder typesEmbedding(TypeInfo typeInfo)
Copyright © 2013–2017 Apache Software Foundation. All rights reserved.