public class Introspector extends IntrospectorBase
log| Constructor and Description |
|---|
Introspector(Log log) |
Introspector(RuntimeLogger logger)
Deprecated.
RuntimeLogger is deprecated. Use Introspector(Log log).
|
| Modifier and Type | Method and Description |
|---|---|
Method |
getMethod(Class c,
String name,
Object[] params)
Gets the method defined by
name and
params for the Class c. |
getIntrospectorCachepublic Introspector(Log log)
log - A Log object to use for the introspector.public Introspector(RuntimeLogger logger)
logger - A runtime logger object.public Method getMethod(Class c, String name, Object[] params) throws IllegalArgumentException
name and
params for the Class c.getMethod in class IntrospectorBasec - Class in which the method search is taking placename - Name of the method being searched forparams - An array of Objects (not Classes) that describe the
the parametersIllegalArgumentException - When the parameters passed in can not be used for introspection.Copyright © 2000–2016. All rights reserved.