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