Class ComplexElementHandler

    • Constructor Detail

      • ComplexElementHandler

        public ComplexElementHandler​(java.lang.Object handler,
                                     java.lang.reflect.Method method)
    • Method Detail

      • processArguments

        private void processArguments()
      • getAnnotation

        private <T extends java.lang.annotation.Annotation> T getAnnotation​(java.lang.annotation.Annotation[] annotations,
                                                                            java.lang.Class<T> key)
      • invoke

        public void invoke​(Node node)
                    throws java.lang.Exception
        Specified by:
        invoke in class AbstractNodeHandler
        Throws:
        java.lang.Exception
      • toString

        private java.lang.String toString​(java.lang.Object[] parameters)