See: Description
| Enum | Description |
|---|---|
| XmlType |
Specify type of xml binding.
|
| Annotation Type | Description |
|---|---|
| Bind |
This annotation maps a POJO field to an XML/JSON element
|
| BindAllFields |
This annotation, if presents on a POJO,
indicates all fields of the type should map to xml/json element.
|
| BindType |
This annotation, if presents on a POJO,
indicates a root XML/JSON element
|
| BindTypeXml |
This annotation, if presents on a POJO,
indicates a root XML/JSON element
|
| BindXml |
This annotation specify information to bind with xml format
|
Copyright © 2015. All rights reserved.