com.alibaba.fastjson.util
类 ASMUtils

java.lang.Object
  继承者 com.alibaba.fastjson.util.ASMUtils

public class ASMUtils
extends Object


构造方法摘要
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
 

构造方法详细信息

ASMUtils

public ASMUtils()
方法详细信息

isAndroid

public static boolean isAndroid(String vmName)

isAndroid

public static boolean isAndroid()

getDesc

public static String getDesc(Method method)

getDesc

public static String getDesc(Class<?> returnType)

getType

public static String getType(Class<?> parameterType)

getPrimitiveLetter

public static String getPrimitiveLetter(Class<?> type)

getMethodType

public static Type getMethodType(Class<?> clazz,
                                 String methodName)

getFieldType

public static Type getFieldType(Class<?> clazz,
                                String fieldName)

parseArray

public static void parseArray(Collection collection,
                              ObjectDeserializer deser,
                              DefaultJSONParser parser,
                              Type type,
                              Object fieldName)


Copyright © 2012-2014 Alibaba Group. All Rights Reserved.