Class MethodMap.Match

java.lang.Object
org.apache.velocity.util.introspection.MethodMap.Match
Enclosing class:
MethodMap

private class MethodMap.Match extends Object
  • Field Details

    • method

      Method method
    • methodTypes

      Type[] methodTypes
    • specificity

      int specificity
    • applicability

      int applicability
    • varargs

      boolean varargs
  • Constructor Details

    • Match

      Match(Method method, int applicability, Class<?>[] unboxedArgs)