|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectr01f.reflection.fluent.StaticFieldTypes
public class StaticFieldTypes
| 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
|
newFieldType(java.lang.String fieldName,
java.lang.Class<T> fieldType)
|
|
(package private) static
|
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 |
|---|
public StaticFieldTypes()
| Method Detail |
|---|
static <T> StaticFieldTypes.StaticFieldType<T> newFieldType(java.lang.String fieldName,
java.lang.Class<T> fieldType)
static <T> StaticFieldTypes.StaticFieldTypeGenerics<T> newFieldTypeGenerics(java.lang.String fieldName,
TypeRef<T> fieldType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||