Class DefaultInvokerFactory.FunctionNotFoundInvoker

  • All Implemented Interfaces:
    Invoker
    Enclosing class:
    DefaultInvokerFactory

    private static final class DefaultInvokerFactory.FunctionNotFoundInvoker
    extends java.lang.Object
    implements Invoker
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.lang.String functionName  
      private java.lang.reflect.Method method  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private FunctionNotFoundInvoker​(java.lang.reflect.Method method, java.lang.String functionName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object invoke​(java.lang.Object self, java.lang.Object[] parameters)  
      • Methods inherited from class java.lang.Object

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

      • method

        private final java.lang.reflect.Method method
      • functionName

        private final java.lang.String functionName
    • Constructor Detail

      • FunctionNotFoundInvoker

        private FunctionNotFoundInvoker​(java.lang.reflect.Method method,
                                        java.lang.String functionName)
    • Method Detail

      • invoke

        public java.lang.Object invoke​(java.lang.Object self,
                                       java.lang.Object[] parameters)
        Specified by:
        invoke in interface Invoker