|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value={FIELD,METHOD}) @Retention(value=RUNTIME) public @interface JacksonXmlElementWrapper
Annotation that is similar to JAXB javax.xml.bind.annotation.XmlElementWrapper
,
to indicate wrapper element to use (if any) for Collection types (arrays,
java.util.Collection
). If defined, a separate container (wrapper) element
is used; if not, entries are written without wrapping.
Optional Element Summary | |
---|---|
String |
localName
|
String |
namespace
|
boolean |
useWrapping
Optional property that can be used to explicitly disable wrapping, usually via mix-ins, or when using AnnotationIntrospector
pairs. |
public abstract String namespace
public abstract String localName
public abstract boolean useWrapping
AnnotationIntrospector
pairs.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |