Class FileGenerateReflection

  • All Implemented Interfaces:
    groovy.lang.GroovyObject

    public class FileGenerateReflection
    extends java.lang.Object
    implements groovy.lang.GroovyObject
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.slf4j.Logger log  
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      java.lang.Object callMethod​(java.lang.String calledMethod)  
      java.util.List<java.lang.Object> executeLogic()
      Deprecated.
      groovy.lang.MetaClass getMetaClass()  
      void setMetaClass​(groovy.lang.MetaClass mc)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface groovy.lang.GroovyObject

        getProperty, invokeMethod, setProperty
    • Field Detail

      • log

        public static final org.slf4j.Logger log
    • Constructor Detail

      • FileGenerateReflection

        public FileGenerateReflection​(Case useCase,
                                      FileField field,
                                      java.lang.Boolean always)
    • Method Detail

      • getMetaClass

        public groovy.lang.MetaClass getMetaClass()
        Specified by:
        getMetaClass in interface groovy.lang.GroovyObject
      • setMetaClass

        public void setMetaClass​(groovy.lang.MetaClass mc)
        Specified by:
        setMetaClass in interface groovy.lang.GroovyObject
      • executeLogic

        @Deprecated
        public java.util.List<java.lang.Object> executeLogic()
        Deprecated.
      • callMethod

        public java.lang.Object callMethod​(java.lang.String calledMethod)