Uses of Enum Class
jakarta.xml.bind.annotation.XmlAccessType
Packages that use XmlAccessType
Package
Description
Package that contains support for using JAXB annotations for
configuring Jackson data-binding aspects.
Defines annotations for customizing Java program elements to XML Schema mapping.
-
Uses of XmlAccessType in com.fasterxml.jackson.module.jakarta.xmlbind
Methods in com.fasterxml.jackson.module.jakarta.xmlbind that return XmlAccessTypeModifier and TypeMethodDescriptionprotected XmlAccessTypeJakartaXmlBindAnnotationIntrospector.findAccessType(Annotated ac) Method for locating JAXBXmlAccessTypeannotation value for given annotated entity, if it has one, or inherits one from its ancestors (in JAXB sense, package etc). -
Uses of XmlAccessType in com.sun.tools.xjc.generator.annotation.spec
Methods in com.sun.tools.xjc.generator.annotation.spec with parameters of type XmlAccessType -
Uses of XmlAccessType in jakarta.xml.bind.annotation
Methods in jakarta.xml.bind.annotation that return XmlAccessTypeModifier and TypeMethodDescriptionstatic XmlAccessTypeReturns the enum constant of this class with the specified name.static XmlAccessType[]XmlAccessType.values()Returns an array containing the constants of this enum class, in the order they are declared.