Package | Description |
---|---|
com.fasterxml.jackson.module.jakarta.xmlbind |
Package that contains support for using JAXB annotations for
configuring Jackson data-binding aspects.
|
Modifier and Type | Field and Description |
---|---|
protected JakartaXmlBindAnnotationModule.Priority |
JakartaXmlBindAnnotationModule._priority
Priority to use when registering annotation introspector: default
value is
PRIMARY . |
Modifier and Type | Method and Description |
---|---|
JakartaXmlBindAnnotationModule.Priority |
JakartaXmlBindAnnotationModule.getPriority() |
static JakartaXmlBindAnnotationModule.Priority |
JakartaXmlBindAnnotationModule.Priority.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JakartaXmlBindAnnotationModule.Priority[] |
JakartaXmlBindAnnotationModule.Priority.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
JakartaXmlBindAnnotationModule |
JakartaXmlBindAnnotationModule.setPriority(JakartaXmlBindAnnotationModule.Priority p)
Method for defining whether JAXB annotations should be added
as primary or secondary annotations (compared to already registered
annotations).
|
Copyright © 2022 FasterXML. All rights reserved.