Package tilda.utils

Class ClassUtils

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.apache.logging.log4j.Logger LOG  
    • Constructor Summary

      Constructors 
      Constructor Description
      ClassUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void getAllDeclaredFields​(java.util.List<java.lang.reflect.Field> fields, java.lang.Class<?> type)  
      static void initClass​(java.lang.String className)  
      • Methods inherited from class java.lang.Object

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

      • LOG

        protected static final org.apache.logging.log4j.Logger LOG
    • Constructor Detail

      • ClassUtils

        public ClassUtils()
    • Method Detail

      • initClass

        public static void initClass​(java.lang.String className)
      • getAllDeclaredFields

        public static void getAllDeclaredFields​(java.util.List<java.lang.reflect.Field> fields,
                                                java.lang.Class<?> type)