|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcom.alibaba.fastjson.util.ASMUtils
public class ASMUtils
| 构造方法摘要 | |
|---|---|
ASMUtils()
|
|
| 方法摘要 | |
|---|---|
static String |
getDesc(Class<?> returnType)
|
static String |
getDesc(Method method)
|
static Type |
getFieldType(Class<?> clazz,
String fieldName)
|
static Type |
getMethodType(Class<?> clazz,
String methodName)
|
static String |
getPrimitiveLetter(Class<?> type)
|
static String |
getType(Class<?> parameterType)
|
static boolean |
isAndroid()
|
static boolean |
isAndroid(String vmName)
|
static void |
parseArray(Collection collection,
ObjectDeserializer deser,
DefaultJSONParser parser,
Type type,
Object fieldName)
|
| 从类 java.lang.Object 继承的方法 |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| 构造方法详细信息 |
|---|
public ASMUtils()
| 方法详细信息 |
|---|
public static boolean isAndroid(String vmName)
public static boolean isAndroid()
public static String getDesc(Method method)
public static String getDesc(Class<?> returnType)
public static String getType(Class<?> parameterType)
public static String getPrimitiveLetter(Class<?> type)
public static Type getMethodType(Class<?> clazz,
String methodName)
public static Type getFieldType(Class<?> clazz,
String fieldName)
public static void parseArray(Collection collection,
ObjectDeserializer deser,
DefaultJSONParser parser,
Type type,
Object fieldName)
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||