|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectr01f.reflection.fluent.MethodReturnTypes
public class MethodReturnTypes
| Nested Class Summary | |
|---|---|
static class |
MethodReturnTypes.MethodReturnType<T>
Return type of the method to invoke. |
static class |
MethodReturnTypes.MethodReturnTypeGenerics<T>
Return type of the method to invoke using generics |
| Constructor Summary | |
|---|---|
MethodReturnTypes()
|
|
| Method Summary | ||
|---|---|---|
(package private) static
|
newReturnType(java.lang.String methodName,
java.lang.Class<T> type)
|
|
(package private) static
|
newReturnTypeGenerics(java.lang.String methodName,
TypeRef<T> type)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MethodReturnTypes()
| Method Detail |
|---|
static <T> MethodReturnTypes.MethodReturnType<T> newReturnType(java.lang.String methodName,
java.lang.Class<T> type)
static <T> MethodReturnTypes.MethodReturnTypeGenerics<T> newReturnTypeGenerics(java.lang.String methodName,
TypeRef<T> type)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||