Package tilda.utils
Class ClassUtils
- java.lang.Object
-
- tilda.utils.ClassUtils
-
public class ClassUtils extends java.lang.Object
- Author:
- ldh
-
-
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)
-