Spring Data Neo4j

org.springframework.data.neo4j.support.typerepresentation
Class ClassValueTypeInformationMapper

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

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

Since:
09.10.11
Author:
mh

Constructor Summary
ClassValueTypeInformationMapper()
           
 
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

ClassValueTypeInformationMapper

public ClassValueTypeInformationMapper()
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 © 2012 SpringSource. All Rights Reserved.