org.apache.velocity.util.introspection

Class ClassMap.MethodInfo

private static final class ClassMap.MethodInfo extends Object

Used for the iterative discovery process for public methods.
Field Summary
Methodmethod
Stringname
Class[]parameterTypes
booleanupcast
Constructor Summary
MethodInfo(Method method)
Method Summary
voidtryUpcasting(Class clazz)

Field Detail

method

Method method

name

String name

parameterTypes

Class[] parameterTypes

upcast

boolean upcast

Constructor Detail

MethodInfo

MethodInfo(Method method)

Method Detail

tryUpcasting

void tryUpcasting(Class clazz)
Copyright B) 2002 Apache Software Foundation. All Rights Reserved.