Uses of Class
com.alibaba.fastjson.asm.Type

Packages that use Type
com.alibaba.fastjson.asm   
 

Uses of Type in com.alibaba.fastjson.asm
 

Fields in com.alibaba.fastjson.asm declared as Type
static Type Type.BOOLEAN_TYPE
          The boolean type.
static Type Type.BYTE_TYPE
          The byte type.
static Type Type.CHAR_TYPE
          The char type.
static Type Type.DOUBLE_TYPE
          The double type.
static Type Type.FLOAT_TYPE
          The float type.
static Type Type.INT_TYPE
          The int type.
static Type Type.LONG_TYPE
          The long type.
static Type Type.SHORT_TYPE
          The short type.
static Type Type.VOID_TYPE
          The void type.
 

Methods in com.alibaba.fastjson.asm that return Type
static Type Type.getType(String typeDescriptor)
          Returns the Java type corresponding to the given type descriptor.
 



Copyright © 2012 Alibaba Group. All Rights Reserved.