Class KotlinUtils

java.lang.Object
com.alibaba.fastjson2.util.KotlinUtils

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

    • STATE

      public static final int STATE
  • Method Details

    • 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