gshute.util
Class Converters

java.lang.Object
  |
  +--gshute.util.Converters

public class Converters
extends java.lang.Object

Class Converters is a factory class that provides converters for accepting classes and methods based on various criteria. FIXME - add documentation.


Method Summary
static Converter getMethodArgTypeConverter(int n)
          Converters.getMethodArgTypeConverter(n) returns a converter for Method objects, converting them to the type of their n-th argument.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getMethodArgTypeConverter

public static Converter getMethodArgTypeConverter(int n)
Converters.getMethodArgTypeConverter(n) returns a converter for Method objects, converting them to the type of their n-th argument.