r01f.reflection.fluent
Class StaticFieldTypes

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

public class StaticFieldTypes
extends java.lang.Object


Nested Class Summary
static class StaticFieldTypes.StaticFieldType<T>
          Static field to access using Java Reflection.
static class StaticFieldTypes.StaticFieldTypeGenerics<T>
          Static field to access using Java Reflection.
 
Constructor Summary
StaticFieldTypes()
           
 
Method Summary
(package private) static
<T> StaticFieldTypes.StaticFieldType<T>
newFieldType(java.lang.String fieldName, java.lang.Class<T> fieldType)
           
(package private) static
<T> StaticFieldTypes.StaticFieldTypeGenerics<T>
newFieldTypeGenerics(java.lang.String fieldName, TypeRef<T> fieldType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StaticFieldTypes

public StaticFieldTypes()
Method Detail

newFieldType

static <T> StaticFieldTypes.StaticFieldType<T> newFieldType(java.lang.String fieldName,
                                                            java.lang.Class<T> fieldType)

newFieldTypeGenerics

static <T> StaticFieldTypes.StaticFieldTypeGenerics<T> newFieldTypeGenerics(java.lang.String fieldName,
                                                                            TypeRef<T> fieldType)