|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectr01f.reflection.fluent.PropertyTypes
public class PropertyTypes
| 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
|
newPropertyType(java.lang.String name,
java.lang.Class<T> type)
|
|
(package private) static
|
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 |
|---|
public PropertyTypes()
| Method Detail |
|---|
static <T> PropertyTypes.PropertyType<T> newPropertyType(java.lang.String name,
java.lang.Class<T> type)
static <T> PropertyTypes.PropertyTypeGenerics<T> newPropertyTypeGenerics(java.lang.String name,
TypeRef<T> type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||