Uses of Class
railo.runtime.reflection.pairs.MethodInstance

Packages that use MethodInstance
railo.runtime.reflection   
 

Uses of MethodInstance in railo.runtime.reflection
 

Methods in railo.runtime.reflection that return MethodInstance
static MethodInstance Reflector.getGetter(Class clazz, String prop)
          to get a Getter Method of a Object
static MethodInstance Reflector.getGetterEL(Class clazz, String prop)
          to get a Getter Method of a Object
static MethodInstance Reflector.getMethodInstance(Class clazz, String methodName, Object[] args)
          gets the MethodInstance matching given Parameter
static MethodInstance Reflector.getMethodInstanceEL(Class clazz, Collection.Key methodName, Object[] args)
          gets the MethodInstance matching given Parameter
static MethodInstance Reflector.getSetter(Object obj, String prop, Object value)
          to invoke a setter Method of a Object
static MethodInstance Reflector.getSetter(Object obj, String prop, Object value, MethodInstance defaultValue)
          to invoke a setter Method of a Object
static MethodInstance Reflector.getSetterEL(Object obj, String prop, Object value)
          Deprecated. use instead getSetter(Object obj, String prop,Object value, MethodInstance defaultValue)
 

Methods in railo.runtime.reflection with parameters of type MethodInstance
static MethodInstance Reflector.getSetter(Object obj, String prop, Object value, MethodInstance defaultValue)
          to invoke a setter Method of a Object
 



Copyright © 2012 Railo