Uses of Class
org.fest.reflect.reference.TypeRef
Packages that use TypeRef
Package
Description
Provides a "fluent" API
for property access via the Bean Instrospection API.
Provides a "fluent" API
for field access via the Java Reflection API.
Provides a "fluent" API for
method invocation via the Java Reflection API.
-
Uses of TypeRef in org.fest.reflect.beanproperty
Fields in org.fest.reflect.beanproperty declared as TypeRefMethods in org.fest.reflect.beanproperty with parameters of type TypeRefModifier and TypeMethodDescription(package private) static <T> Invoker<T>
Invoker.newInvoker
(String name, TypeRef<T> expectedType, Object target) (package private) static <T> PropertyTypeRef<T>
PropertyTypeRef.newPropertyTypeRef
(String name, TypeRef<T> type) <T> PropertyTypeRef<T>
Sets the type reference of the property to access.Constructors in org.fest.reflect.beanproperty with parameters of type TypeRef -
Uses of TypeRef in org.fest.reflect.field
Fields in org.fest.reflect.field declared as TypeRefMethods in org.fest.reflect.field with parameters of type TypeRefModifier and TypeMethodDescription(package private) static <T> FieldTypeRef<T>
FieldTypeRef.newFieldTypeRef
(String name, TypeRef<T> type) (package private) static <T> StaticFieldTypeRef<T>
StaticFieldTypeRef.newFieldTypeRef
(String name, TypeRef<T> type) (package private) static <T> Invoker<T>
Invoker.newInvoker
(String fieldName, TypeRef<T> expectedType, Object target) <T> FieldTypeRef<T>
Sets the type reference of the field to access.<T> StaticFieldTypeRef<T>
Sets the type reference of the field to access.Constructors in org.fest.reflect.field with parameters of type TypeRefModifierConstructorDescriptionprivate
FieldTypeRef
(String name, TypeRef<T> type) private
StaticFieldTypeRef
(String name, TypeRef<T> type) -
Uses of TypeRef in org.fest.reflect.method
Methods in org.fest.reflect.method with parameters of type TypeRefModifier and TypeMethodDescription(package private) static <T> MethodReturnTypeRef<T>
MethodReturnTypeRef.newReturnTypeRef
(String name, TypeRef<T> type) (package private) static <T> StaticMethodReturnTypeRef<T>
StaticMethodReturnTypeRef.newReturnTypeRef
(String name, TypeRef<T> type) <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.