|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectr01f.reflection.fluent.StaticMethodReturnTypes
public class StaticMethodReturnTypes
| Nested Class Summary | |
|---|---|
static class |
StaticMethodReturnTypes.StaticMethodReturnType<T>
Return type of the static method to invoke. |
static class |
StaticMethodReturnTypes.StaticMethodReturnTypeGenerics<T>
Return type of the static method to invoke. |
| Constructor Summary | |
|---|---|
StaticMethodReturnTypes()
|
|
| 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 StaticMethodReturnTypes()
| Method Detail |
|---|
static <T> StaticMethodReturnTypes.StaticMethodReturnType<T> newReturnType(java.lang.String methodName,
java.lang.Class<T> type)
static <T> StaticMethodReturnTypes.StaticMethodReturnTypeGenerics<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 | |||||||||