|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypeRef | |
|---|---|
| r01f.reflection.fluent | |
| Uses of TypeRef in r01f.reflection.fluent |
|---|
| Fields in r01f.reflection.fluent declared as TypeRef | |
|---|---|
private TypeRef<T> |
StaticFieldTypes.StaticFieldTypeGenerics._fieldType
|
private TypeRef<T> |
FieldTypes.FieldTypeGenerics._fieldType
|
private TypeRef<T> |
PropertyTypes.PropertyTypeGenerics._propertyType
|
| Methods in r01f.reflection.fluent with parameters of type TypeRef | ||
|---|---|---|
(package private) static
|
StaticFieldTypes.newFieldTypeGenerics(java.lang.String fieldName,
TypeRef<T> fieldType)
|
|
(package private) static
|
FieldTypes.newFieldTypeGenerics(java.lang.String name,
TypeRef<T> type)
|
|
(package private) static
|
PropertyInvoker.newInvoker(java.lang.String propertyName,
TypeRef<T> expectedType,
java.lang.Object target)
|
|
(package private) static
|
FieldInvoker.newInvoker(java.lang.String fieldName,
TypeRef<T> expectedType,
java.lang.Object target)
|
|
(package private) static
|
PropertyTypes.newPropertyTypeGenerics(java.lang.String name,
TypeRef<T> type)
|
|
(package private) static
|
StaticMethodReturnTypes.newReturnTypeGenerics(java.lang.String methodName,
TypeRef<T> type)
|
|
(package private) static
|
MethodReturnTypes.newReturnTypeGenerics(java.lang.String methodName,
TypeRef<T> type)
|
|
|
StaticFieldReflection.ofType(TypeRef<T> type)
Sets the type reference of the field to access. |
|
|
PropertyReflection.ofType(TypeRef<T> type)
Sets the type reference of the property to access. |
|
|
FieldReflection.ofType(TypeRef<T> type)
Sets the type reference of the field to access. |
|
|
StaticMethodReflection.withReturnType(TypeRef<T> type)
Specifies the return type reference of the static method to invoke. |
|
|
MethodReflection.withReturnType(TypeRef<T> type)
Specifies the return type reference of the method to invoke. |
|
| Constructors in r01f.reflection.fluent with parameters of type TypeRef | |
|---|---|
FieldTypes.FieldTypeGenerics(java.lang.String name,
TypeRef<T> type)
|
|
PropertyTypes.PropertyTypeGenerics(java.lang.String name,
TypeRef<T> type)
|
|
StaticFieldTypes.StaticFieldTypeGenerics(java.lang.String fieldName,
TypeRef<T> fieldType)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||