Uses of Class
jakarta.xml.bind.annotation.XmlAccessType
-
Packages that use XmlAccessType Package Description com.fasterxml.jackson.module.jakarta.xmlbind Package that contains support for using JAXB annotations for configuring Jackson data-binding aspects.com.sun.tools.xjc.generator.annotation.spec jakarta.xml.bind.annotation 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 XmlAccessType Modifier and Type Method Description protected 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 Modifier and Type Method Description XmlAccessorTypeWriterXmlAccessorTypeWriter. value(XmlAccessType value) -
Uses of XmlAccessType in jakarta.xml.bind.annotation
Methods in jakarta.xml.bind.annotation that return XmlAccessType Modifier and Type Method Description XmlAccessTypevalue()Specifies whether fields or properties are serialized.static XmlAccessTypeXmlAccessType. valueOf(String name)Returns the enum constant of this type with the specified name.static XmlAccessType[]XmlAccessType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-