net.sourceforge.javajson.converter
Class Reflection

java.lang.Object
  extended by net.sourceforge.javajson.converter.Reflection

public class Reflection
extends Object

A set of utility functions for reflection related things used in this json package


Constructor Summary
Reflection()
           
 
Method Summary
static List<Method> getSetterFieldMethods(Class cls)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflection

public Reflection()
Method Detail

getSetterFieldMethods

public static List<Method> getSetterFieldMethods(Class cls)