com.alibaba.fastjson.annotation
注释类型 JSONType


@Retention(value=RUNTIME)
@Target(value=TYPE)
public @interface JSONType

作者:
wenshao

可选元素摘要
 boolean alphabetic
           
 boolean asm
           
 String[] ignores
           
 Class<?> mappingTo
           
 String[] orders
           
 SerializerFeature[] serialzeFeatures
           
 

asm

public abstract boolean asm
默认值:
true

orders

public abstract String[] orders
默认值:
{}

ignores

public abstract String[] ignores
默认值:
{}

serialzeFeatures

public abstract SerializerFeature[] serialzeFeatures
默认值:
{}

alphabetic

public abstract boolean alphabetic
默认值:
true

mappingTo

public abstract Class<?> mappingTo
默认值:
java.lang.Void.class


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