org.qi4j.api.property
Class GenericPropertyInfo

java.lang.Object
  extended by org.qi4j.api.property.GenericPropertyInfo

public final class GenericPropertyInfo
extends java.lang.Object

Generic Property info utility class.


Constructor Summary
GenericPropertyInfo()
           
 
Method Summary
static java.lang.reflect.Type propertyTypeOf(java.lang.reflect.AccessibleObject accessor)
           
static java.lang.reflect.Type toPropertyType(java.lang.reflect.Type methodReturnType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenericPropertyInfo

public GenericPropertyInfo()
Method Detail

propertyTypeOf

public static java.lang.reflect.Type propertyTypeOf(java.lang.reflect.AccessibleObject accessor)

toPropertyType

public static java.lang.reflect.Type toPropertyType(java.lang.reflect.Type methodReturnType)