org.springframework.data.neo4j.fieldaccess
Class Neo4jConversionServiceFactoryBean
java.lang.Object
org.springframework.data.neo4j.fieldaccess.Neo4jConversionServiceFactoryBean
- All Implemented Interfaces:
- FactoryBean<ConversionService>
public class Neo4jConversionServiceFactoryBean
- extends Object
- implements FactoryBean<ConversionService>
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Neo4jConversionServiceFactoryBean
public Neo4jConversionServiceFactoryBean()
getObject
public ConversionService getObject()
throws Exception
- Specified by:
getObject
in interface FactoryBean<ConversionService>
- Throws:
Exception
getObjectType
public Class<?> getObjectType()
- Specified by:
getObjectType
in interface FactoryBean<ConversionService>
isSingleton
public boolean isSingleton()
- Specified by:
isSingleton
in interface FactoryBean<ConversionService>
Copyright © 2011 SpringSource. All Rights Reserved.