Package | Description |
---|---|
org.fest.reflect.beanproperty |
Provides a "fluent" API
for property access via the Bean Instrospection API.
|
org.fest.reflect.field |
Provides a "fluent" API
for field access via the Java Reflection API.
|
org.fest.reflect.method |
Provides a "fluent" API for
method invocation via the Java Reflection API.
|
Modifier and Type | Method and Description |
---|---|
<T> PropertyTypeRef<T> |
PropertyName.ofType(TypeRef<T> type)
Sets the type reference of the property to access.
|
Modifier and Type | Method and Description |
---|---|
<T> StaticFieldTypeRef<T> |
StaticFieldName.ofType(TypeRef<T> type)
Sets the type reference of the field to access.
|
<T> FieldTypeRef<T> |
FieldName.ofType(TypeRef<T> type)
Sets the type reference of the field to access.
|
Modifier and Type | Method and Description |
---|---|
<T> MethodReturnTypeRef<T> |
MethodName.withReturnType(TypeRef<T> type)
Specifies the return type reference of the method to invoke.
|
<T> StaticMethodReturnTypeRef<T> |
StaticMethodName.withReturnType(TypeRef<T> type)
Specifies the return type reference of the static method to invoke.
|
Copyright © 2007-2013 FEST (Fixtures for Easy Software Testing). All Rights Reserved.