Class JiraMethodMap

java.lang.Object
org.apache.velocity.util.introspection.MethodMap
com.atlassian.velocity.JiraMethodMap

public class JiraMethodMap extends org.apache.velocity.util.introspection.MethodMap
Overrides Velocity method map to utilize its find function but not populate methods cache.
  • Constructor Details

    • JiraMethodMap

      public JiraMethodMap(Class<?> clazz)
  • Method Details

    • get

      public List<Method> get(String methodName)
      Overrides:
      get in class org.apache.velocity.util.introspection.MethodMap
    • add

      public void add(Method method)
      Overrides:
      add in class org.apache.velocity.util.introspection.MethodMap
    • find

      public Method find(String methodName, Object[] args) throws org.apache.velocity.util.introspection.MethodMap.AmbiguousException
      Overrides:
      find in class org.apache.velocity.util.introspection.MethodMap
      Throws:
      org.apache.velocity.util.introspection.MethodMap.AmbiguousException