org.constretto.internal.introspect
Class ArgumentDescriptionFactory<A extends AccessibleObject>

java.lang.Object
  extended by org.constretto.internal.introspect.ArgumentDescriptionFactory<A>

public class ArgumentDescriptionFactory<A extends AccessibleObject>
extends Object

Utility for resolving arguments

Author:
Sondre Eikanger Kvalø

Method Summary
static ArgumentDescriptionFactory<Constructor> create(Constructor<?> constructor)
           
static ArgumentDescriptionFactory<Method> forMethod(Method method)
           
 ArgumentDescription[] resolveParameters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

resolveParameters

public ArgumentDescription[] resolveParameters()

create

public static ArgumentDescriptionFactory<Constructor> create(Constructor<?> constructor)

forMethod

public static ArgumentDescriptionFactory<Method> forMethod(Method method)


Copyright © 2008-2013. All Rights Reserved.