r01f.reflection.fluent
Class PropertyTypes

java.lang.Object
  extended by r01f.reflection.fluent.PropertyTypes

public class PropertyTypes
extends java.lang.Object


Nested Class Summary
static class PropertyTypes.PropertyType<T>
          Understands the type of a property to access using Bean Instrospection.
static class PropertyTypes.PropertyTypeGenerics<T>
          Understands the type of a property to access using Bean Instrospection.
 
Constructor Summary
PropertyTypes()
           
 
Method Summary
(package private) static
<T> PropertyTypes.PropertyType<T>
newPropertyType(java.lang.String name, java.lang.Class<T> type)
           
(package private) static
<T> PropertyTypes.PropertyTypeGenerics<T>
newPropertyTypeGenerics(java.lang.String name, TypeRef<T> type)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyTypes

public PropertyTypes()
Method Detail

newPropertyType

static <T> PropertyTypes.PropertyType<T> newPropertyType(java.lang.String name,
                                                         java.lang.Class<T> type)

newPropertyTypeGenerics

static <T> PropertyTypes.PropertyTypeGenerics<T> newPropertyTypeGenerics(java.lang.String name,
                                                                         TypeRef<T> type)