Annotation Type JacksonXmlElementWrapper
-
@Target({ANNOTATION_TYPE,FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) public @interface JacksonXmlElementWrapperAnnotation that is similar to JAXBjakarta.xml.bind.annotation.XmlElementWrapper, to indicate wrapper element to use (if any) for Collection types (arrays,Collection). If defined, a separate container (wrapper) element is used; if not, entries are written without wrapping.
-
-
Field Summary
Fields Modifier and Type Fields Description static java.lang.StringUSE_PROPERTY_NAMEMarker value (empty String) that denotes that the underlying property name should also be used as the wrapper name, effectively "doubling" start and end elements.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringlocalNamejava.lang.StringnamespacebooleanuseWrappingOptional property that can be used to explicitly disable wrapping, usually via mix-ins, or when usingAnnotationIntrospectorpairs.
-