org.springframework.data.neo4j.fieldaccess
Class Neo4jConversionServiceFactoryBean.StringToEnumConverterFactory

java.lang.Object
  extended by org.springframework.data.neo4j.fieldaccess.Neo4jConversionServiceFactoryBean.StringToEnumConverterFactory
All Implemented Interfaces:
org.springframework.core.convert.converter.ConverterFactory<String,Enum>
Enclosing class:
Neo4jConversionServiceFactoryBean

public static class Neo4jConversionServiceFactoryBean.StringToEnumConverterFactory
extends Object
implements org.springframework.core.convert.converter.ConverterFactory<String,Enum>


Constructor Summary
Neo4jConversionServiceFactoryBean.StringToEnumConverterFactory()
           
 
Method Summary
<T extends Enum>
org.springframework.core.convert.converter.Converter<String,T>
getConverter(Class<T> targetType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Neo4jConversionServiceFactoryBean.StringToEnumConverterFactory

public Neo4jConversionServiceFactoryBean.StringToEnumConverterFactory()
Method Detail

getConverter

public <T extends Enum> org.springframework.core.convert.converter.Converter<String,T> getConverter(Class<T> targetType)
Specified by:
getConverter in interface org.springframework.core.convert.converter.ConverterFactory<String,Enum>


Copyright © 2012 SpringSource. All Rights Reserved.