public abstract class IntrospectorBase extends Object
Modifier | Constructor and Description |
---|---|
protected |
IntrospectorBase(Log log)
C'tor.
|
Modifier and Type | Method and Description |
---|---|
protected IntrospectorCache |
getIntrospectorCache()
Return the internal IntrospectorCache object.
|
Method |
getMethod(Class c,
String name,
Object[] params)
Gets the method defined by
name and
params for the Class c . |
protected final Log log
protected IntrospectorBase(Log log)
public Method getMethod(Class c, String name, Object[] params) throws IllegalArgumentException, MethodMap.AmbiguousException
name
and
params
for the Class c
.c
- 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.MethodMap.AmbiguousException
- When the method map contains more than one match for the requested signature.protected IntrospectorCache getIntrospectorCache()
Copyright © 2000–2017. All rights reserved.