railo.runtime.reflection.storage
Class WeakFieldStorage

java.lang.Object
  extended by railo.runtime.reflection.storage.WeakFieldStorage

public final class WeakFieldStorage
extends Object

Method Storage Class


Constructor Summary
WeakFieldStorage()
           
 
Method Summary
 Field[] getFields(Class clazz, String fieldname)
          returns all fields matching given criteria or null if field does exist
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WeakFieldStorage

public WeakFieldStorage()
Method Detail

getFields

public Field[] getFields(Class clazz,
                         String fieldname)
returns all fields matching given criteria or null if field does exist

Parameters:
clazz - clazz to get field from
fieldname - Name of the Field to get
Returns:
matching Fields as Array


Copyright © 2012 Railo