Package | Description |
---|---|
lucee.runtime.reflection |
Modifier and Type | Method and Description |
---|---|
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(Object obj,
Class clazz,
String methodName,
Object[] args)
gets the MethodInstance matching given Parameter
|
static MethodInstance |
Reflector.getMethodInstanceEL(Object objMaybeNull,
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
|
Modifier and Type | Method and Description |
---|---|
static MethodInstance |
Reflector.getSetter(Object obj,
String prop,
Object value,
MethodInstance defaultValue)
to invoke a setter Method of a Object
|
Copyright © 2015 Lucee