@Target(value={ANNOTATION_TYPE,FIELD,METHOD,PARAMETER}) @Retention(value=RUNTIME) public @interface JacksonXmlCData
CDATA
section. Only use on String properties and String collections.Modifier and Type | Optional Element and Description |
---|---|
boolean |
value
Whether the property text should always be within a CDATA section
when serialized.
|
Copyright © 2022 FasterXML. All rights reserved.