|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ClassInspector
Service that provides a common interface to other lower level reflection services to provide a common set of functionality for reflection when using a 1.4 or >= 1.5 jre.
Method Summary | |
---|---|
MethodSignature |
getMethodSignature(Class implementing,
Method m)
Gets a compatible method signature for the specific generic Method object. |
MethodSignature |
getPropertyAccessor(Class type,
String propertyName)
Gets the first available method for the specified property. |
Method Detail |
---|
MethodSignature getMethodSignature(Class implementing, Method m)
Method
object.
implementing
- The class implmeneting the specific method.m
- The method object to generate a signature for.
MethodSignature getPropertyAccessor(Class type, String propertyName)
type
- The base class to introspect for the property accessor.propertyName
- The name of the javabeans style property to look for. (ie "value" would be "getValue" )
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |