@Target(value={ANNOTATION_TYPE,METHOD,FIELD,TYPE,PARAMETER}) @Retention(value=RUNTIME) public @interface JsonInclude
Modifier and Type | Optional Element and Description |
---|---|
JsonInclude.Include |
content
Inclusion rule to use for entries ("content") of annotated
Map s; defaults to JsonInclude.Include.ALWAYS . |
JsonInclude.Include |
value
Inclusion rule to use for instances (values) of types (Classes) or
properties annotated.
|
public abstract JsonInclude.Include value
public abstract JsonInclude.Include content
Map
s; defaults to JsonInclude.Include.ALWAYS
.Copyright © 2014-2015 FasterXML. All Rights Reserved.