org.jboss.seam.xml.util
Class Reflections

java.lang.Object
  extended by org.jboss.seam.xml.util.Reflections

public class Reflections
extends Object


Constructor Summary
Reflections()
           
 
Method Summary
static Field getField(Class<?> c, String name)
          returns the field or null if not found
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Reflections

public Reflections()
Method Detail

getField

public static Field getField(Class<?> c,
                             String name)
returns the field or null if not found



Copyright © 2010 Seam Framework. All Rights Reserved.