r01f.reflection.fluent
Class FieldTypes

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

public class FieldTypes
extends java.lang.Object


Nested Class Summary
static class FieldTypes.FieldType<T>
          Encapsulates a Field type
static class FieldTypes.FieldTypeGenerics<T>
          Encapsulates a Field type suporting generics
 
Constructor Summary
FieldTypes()
           
 
Method Summary
(package private) static
<T> FieldTypes.FieldType<T>
newFieldType(java.lang.String fieldName, java.lang.Class<T> fieldType)
           
(package private) static
<T> FieldTypes.FieldTypeGenerics<T>
newFieldTypeGenerics(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

FieldTypes

public FieldTypes()
Method Detail

newFieldType

static <T> FieldTypes.FieldType<T> newFieldType(java.lang.String fieldName,
                                                java.lang.Class<T> fieldType)

newFieldTypeGenerics

static <T> FieldTypes.FieldTypeGenerics<T> newFieldTypeGenerics(java.lang.String name,
                                                                TypeRef<T> type)