r01f.reflection.fluent
Class MethodReturnTypes

java.lang.Object
  extended by r01f.reflection.fluent.MethodReturnTypes

public class MethodReturnTypes
extends java.lang.Object


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
<T> MethodReturnTypes.MethodReturnType<T>
newReturnType(java.lang.String methodName, java.lang.Class<T> type)
           
(package private) static
<T> MethodReturnTypes.MethodReturnTypeGenerics<T>
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

MethodReturnTypes

public MethodReturnTypes()
Method Detail

newReturnType

static <T> MethodReturnTypes.MethodReturnType<T> newReturnType(java.lang.String methodName,
                                                               java.lang.Class<T> type)

newReturnTypeGenerics

static <T> MethodReturnTypes.MethodReturnTypeGenerics<T> newReturnTypeGenerics(java.lang.String methodName,
                                                                               TypeRef<T> type)