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