Spring Data Neo4j

org.springframework.data.neo4j.support
Class GenericTypeExtractor

java.lang.Object
  extended by org.springframework.data.neo4j.support.GenericTypeExtractor

public class GenericTypeExtractor
extends Object

Since:
13.06.11
Author:
mh

Constructor Summary
GenericTypeExtractor()
           
 
Method Summary
static Class<?> resolveConcreteType(Class<?> type, Type genericType)
           
static Class<?> resolveFieldType(Field field)
           
static Class<?> resolveReturnedType(Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericTypeExtractor

public GenericTypeExtractor()
Method Detail

resolveReturnedType

public static Class<?> resolveReturnedType(Method method)

resolveFieldType

public static Class<?> resolveFieldType(Field field)

resolveConcreteType

public static Class<?> resolveConcreteType(Class<?> type,
                                           Type genericType)

Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.