Spring Data Neo4j

org.springframework.data.neo4j.support.mapping
Class HierarchicalTypeInformationMapper

java.lang.Object
  extended by org.springframework.data.neo4j.support.mapping.HierarchicalTypeInformationMapper
All Implemented Interfaces:
org.springframework.data.convert.TypeInformationMapper

public class HierarchicalTypeInformationMapper
extends Object
implements org.springframework.data.convert.TypeInformationMapper

Since:
20.02.12
Author:
mh

Constructor Summary
HierarchicalTypeInformationMapper(Neo4jMappingContext ctx)
           
 
Method Summary
 Object createAliasFor(org.springframework.data.util.TypeInformation<?> type)
           
 org.springframework.data.util.TypeInformation<?> resolveTypeFrom(Object alias)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HierarchicalTypeInformationMapper

public HierarchicalTypeInformationMapper(Neo4jMappingContext ctx)
Method Detail

resolveTypeFrom

public org.springframework.data.util.TypeInformation<?> resolveTypeFrom(Object alias)
Specified by:
resolveTypeFrom in interface org.springframework.data.convert.TypeInformationMapper

createAliasFor

public Object createAliasFor(org.springframework.data.util.TypeInformation<?> type)
Specified by:
createAliasFor in interface org.springframework.data.convert.TypeInformationMapper

Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.