org.apache.velocity.util.introspection
Class ClassMap.MethodInfo
java.lang.Object
org.apache.velocity.util.introspection.ClassMap.MethodInfo
- ClassMap
private static final class ClassMap.MethodInfo
extends java.lang.Object
Used for the iterative discovery process for public methods.
method
(package private) Method method
name
(package private) String name
parameterTypes
(package private) Class[] parameterTypes
upcast
(package private) boolean upcast
MethodInfo
(package private) MethodInfo(Method method)
tryUpcasting
(package private) void tryUpcasting(Class clazz)
throws NoSuchMethodException
Copyright © 2003 Apache Software Foundation. All Rights Reserved.