Annotation Type JacksonXmlProperty
-
@Target({FIELD,METHOD,PARAMETER}) @Retention(RUNTIME) public @interface JacksonXmlPropertyAnnotation that can be used to provide XML-specific configuration for properties, above and beyond whatJsonPropertycontains. It is an alternative to using JAXB annotations.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description booleanisAttributejava.lang.StringlocalNamejava.lang.Stringnamespace
-