JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.codehaus.jackson.annotate
JsonCreator
Contents
Description
Hide sidebar
Show sidebar
Annotation Type JsonCreator
@Target
({
METHOD
,
CONSTRUCTOR
})
@Retention
(
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.