Class MethodDef


  • public class MethodDef
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.reflect.Method method  
      boolean validateInput  
    • Constructor Summary

      Constructors 
      Constructor Description
      MethodDef​(java.lang.reflect.Method method)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void init​(java.util.Map<java.lang.Class<?>,​ArgumentInjector> mapInjectors)  
      java.lang.Object invoke​(java.lang.Object component, HttpAccessor htAccessor)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • method

        public java.lang.reflect.Method method
      • validateInput

        public boolean validateInput
    • Constructor Detail

      • MethodDef

        public MethodDef​(java.lang.reflect.Method method)
    • Method Detail

      • init

        public void init​(java.util.Map<java.lang.Class<?>,​ArgumentInjector> mapInjectors)
      • invoke

        public java.lang.Object invoke​(java.lang.Object component,
                                       HttpAccessor htAccessor)
                                throws java.lang.Throwable
        Throws:
        java.lang.Throwable