Class STaskMetaInfoExtractor


  • public class STaskMetaInfoExtractor
    extends java.lang.Object
    Static helper for extracting task meta infos.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static TaskMetaInfo getMetaInfo​(java.lang.Class<?> taskclass)
      Get the meta info for a task class.
      • Methods inherited from class java.lang.Object

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

      • STaskMetaInfoExtractor

        public STaskMetaInfoExtractor()
    • Method Detail

      • getMetaInfo

        public static final TaskMetaInfo getMetaInfo​(java.lang.Class<?> taskclass)
        Get the meta info for a task class.