| Package | Description |
|---|---|
| com.fasterxml.jackson.module.jaxb |
Package that contains support for using JAXB annotations for
configuring Jackson data-binding aspects.
|
| com.sun.tools.xjc.generator.annotation.spec | |
| javax.xml.bind.annotation |
Defines annotations for customizing Java program elements to XML Schema mapping.
|
| Modifier and Type | Method and Description |
|---|---|
protected XmlAccessType |
JaxbAnnotationIntrospector.findAccessType(Annotated ac)
Method for locating JAXB
XmlAccessType annotation value
for given annotated entity, if it has one, or inherits one from
its ancestors (in JAXB sense, package etc). |
| Modifier and Type | Method and Description |
|---|---|
XmlAccessorTypeWriter |
XmlAccessorTypeWriter.value(XmlAccessType value) |
| Modifier and Type | Method and Description |
|---|---|
static XmlAccessType |
XmlAccessType.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.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.