@Target(value={ANNOTATION_TYPE,FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface JacksonXmlProperty
JsonProperty
contains.
It is mainly an alternative to using JAXB annotations.
Note that annotation may be used on
Note that since 2.12 there is no need to use this property over
JsonProperty
just to define XML namespace,
as @JsonProperty
has namespace
property.
Modifier and Type | Optional Element and Description |
---|---|
boolean |
isAttribute |
String |
localName |
String |
namespace |
Copyright © 2022 FasterXML. All rights reserved.