Class KotlinUtils


  • public class KotlinUtils
    extends Object
    Since:
    2.0.39
    Author:
    kraity
    • Field Detail

      • STATE

        public static final int STATE
    • Method Detail

      • getConstructor

        public static void getConstructor​(Class<?> clazz,
                                          BeanInfo beanInfo)
        Gets the target constructor and its parameter names of the specified clazz
        Parameters:
        clazz - the specified class for search