Spring Data Neo4j

org.springframework.data.neo4j.fieldaccess
Class PropertyConverter

java.lang.Object
  extended by org.springframework.data.neo4j.fieldaccess.PropertyConverter

public class PropertyConverter
extends Object

Since:
05.11.11
Author:
mh

Constructor Summary
PropertyConverter(ConversionService conversionService, Neo4jPersistentProperty property)
           
 
Method Summary
 Object deserializePropertyValue(Object newVal)
           
 Object serializePropertyValue(Object newVal)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyConverter

public PropertyConverter(ConversionService conversionService,
                         Neo4jPersistentProperty property)
Method Detail

serializePropertyValue

public Object serializePropertyValue(Object newVal)

deserializePropertyValue

public Object deserializePropertyValue(Object newVal)

Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.