Uses of Package
tools.jackson.module.jakarta.xmlbind
-
Classes in tools.jackson.module.jakarta.xmlbind used by tools.jackson.module.jakarta.xmlbindClassDescriptionAnnotation introspector that uses Jakarta Xml Bind annotations (nee "JAXB" Annotations") where applicable for jackson-databind to use.Module that can be registered to add support for JAXB annotations.Enumeration that defines how we use JAXB Annotations: either as "primary" annotations (before any other already configured introspector -- most likely default JacksonAnnotationIntrospector) or as "secondary" annotations (after any other already configured introspector(s)).