Class GolangDependencyHandler

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    @Singleton
    public class GolangDependencyHandler
    extends groovy.lang.GroovyObjectSupport
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object methodMissing​(java.lang.String name, java.lang.Object args)  
      • Methods inherited from class groovy.lang.GroovyObjectSupport

        getMetaClass, getProperty, invokeMethod, setMetaClass, setProperty
      • Methods inherited from class java.lang.Object

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

      • methodMissing

        public java.lang.Object methodMissing​(java.lang.String name,
                                              java.lang.Object args)