Class DefaultConstructorStrategy

    • Method Detail

      • construct

        public java.lang.Object construct​(java.lang.Class<?> clazz)
                                   throws javax.script.ScriptException
        Specified by:
        construct in interface ConstructorStrategy
        Throws:
        javax.script.ScriptException
      • byArgumentTypes

        public static DefaultConstructorStrategy byArgumentTypes​(java.lang.Class<?>[] argumentTypes,
                                                                 java.lang.Object... arguments)