|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |