r01f.reflection.fluent
Class StaticMethodReturnTypes

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

public class StaticMethodReturnTypes
extends java.lang.Object


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
<T> StaticMethodReturnTypes.StaticMethodReturnType<T>
newReturnType(java.lang.String methodName, java.lang.Class<T> type)
           
(package private) static
<T> StaticMethodReturnTypes.StaticMethodReturnTypeGenerics<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

StaticMethodReturnTypes

public StaticMethodReturnTypes()
Method Detail

newReturnType

static <T> StaticMethodReturnTypes.StaticMethodReturnType<T> newReturnType(java.lang.String methodName,
                                                                           java.lang.Class<T> type)

newReturnTypeGenerics

static <T> StaticMethodReturnTypes.StaticMethodReturnTypeGenerics<T> newReturnTypeGenerics(java.lang.String methodName,
                                                                                           TypeRef<T> type)