com.alibaba.fastjson.util
Class ASMUtils
- java.lang.Object
-
- com.alibaba.fastjson.util.ASMUtils
public class ASMUtils extends Object
-
Field Summary
Fields Modifier and Type Field and Description static boolean
IS_ANDROID
static String
JAVA_VM_NAME
Constructor Summary
Constructors Constructor and Description ASMUtils()
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method and Description static boolean
checkName(String name)
static String
desc(Class<?> returnType)
static String
desc(Method method)
static Type
getMethodType(Class<?> clazz, String methodName)
static String
getPrimitiveLetter(Class<?> type)
static boolean
isAndroid(String vmName)
static String[]
lookupParameterNames(AccessibleObject methodOrCtor)
static String
type(Class<?> parameterType)
-
Field Detail
JAVA_VM_NAME
public static final String JAVA_VM_NAME
IS_ANDROID
public static final boolean IS_ANDROID
Method Detail
isAndroid
public static boolean isAndroid(String vmName)
checkName
public static boolean checkName(String name)
lookupParameterNames
public static String[] lookupParameterNames(AccessibleObject methodOrCtor)
Copyright © 2012–2021 Alibaba Group. All rights reserved.