您的浏览器已禁用 JavaScript。
概览
程序包
类
使用
树
已过时
索引
帮助
上一个类
下一个类
框架
无框架
所有类
概要:
必需 |
可选
详细资料:
元素
org.codehaus.jackson.annotate
注释类型 JsonCreator
@Target
(
value
={
METHOD
,
CONSTRUCTOR
})
@Retention
(
value
=
RUNTIME
) public @interface
JsonCreator
Marker annotation that can be used to define constructors and factory methods as one to use for instantiating new instances of the associated class.
概览
程序包
类
使用
树
已过时
索引
帮助
上一个类
下一个类
框架
无框架
所有类
概要:
必需 |
可选
详细资料:
元素