Java javax.xml.bind.annotation.adapters XmlAdapter fields, constructors, methods, implement or subclass

Example usage for Java javax.xml.bind.annotation.adapters XmlAdapter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.xml.bind.annotation.adapters XmlAdapter.

The text is from its open source code.

Subclass

javax.xml.bind.annotation.adapters.XmlAdapter has subclasses.
Click this link to see all its subclasses.

Method

ClassgetClass()
Returns the runtime class of this Object .
ValueTypemarshal(BoundType v)
Convert a bound type to a value type.
BoundTypeunmarshal(ValueType v)
Convert a value type to a bound type.