org.springframework.data.neo4j.fieldaccess
Class Neo4jConversionServiceFactoryBean.DateToLongConverter
java.lang.Object
org.springframework.data.neo4j.fieldaccess.Neo4jConversionServiceFactoryBean.DateToLongConverter
- All Implemented Interfaces:
- Converter<Date,String>
- Enclosing class:
- Neo4jConversionServiceFactoryBean
public static class Neo4jConversionServiceFactoryBean.DateToLongConverter
- extends Object
- implements Converter<Date,String>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Neo4jConversionServiceFactoryBean.DateToLongConverter
public Neo4jConversionServiceFactoryBean.DateToLongConverter()
convert
public String convert(Date source)
- Specified by:
convert
in interface Converter<Date,String>
Copyright © 2011 SpringSource. All Rights Reserved.