Package com.alibaba.fastjson2.util
Class KotlinUtils
java.lang.Object
com.alibaba.fastjson2.util.KotlinUtils
- Since:
- 2.0.39
- Author:
- kraity
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic voidgetConstructor(Class<?> clazz, BeanInfo beanInfo) Gets the target constructor and its parameter names of the specifiedclazz
-
Field Details
-
STATE
public static final int STATE
-
-
Method Details
-
getConstructor
Gets the target constructor and its parameter names of the specifiedclazz- Parameters:
clazz- the specified class for search
-