public class ShortAdapter extends XmlAdapter<ShortElement,Attribute>
| Constructor and Description |
|---|
ShortAdapter() |
| Modifier and Type | Method and Description |
|---|---|
ShortElement |
marshal(Attribute attribute) |
static ShortElement |
marshalFrom(Attribute attribute) |
Attribute |
unmarshal(ShortElement element) |
static Attribute |
unmarshalFrom(ShortElement element) |
public static ShortElement marshalFrom(Attribute attribute)
public static Attribute unmarshalFrom(ShortElement element)
public ShortElement marshal(Attribute attribute)
marshal in class XmlAdapter<ShortElement,Attribute>public Attribute unmarshal(ShortElement element)
unmarshal in class XmlAdapter<ShortElement,Attribute>This work is licensed under a Creative Commons Attribution 4.0 International License.