public final class AttributeDefinitionAdapter extends XmlAdapter<String,AttributeDefinition>
Constructor and Description |
---|
AttributeDefinitionAdapter() |
Modifier and Type | Method and Description |
---|---|
String |
marshal(AttributeDefinition d) |
AttributeDefinition |
unmarshal(String s) |
public AttributeDefinition unmarshal(String s) throws Exception
unmarshal
in class XmlAdapter<String,AttributeDefinition>
Exception
public String marshal(AttributeDefinition d) throws Exception
marshal
in class XmlAdapter<String,AttributeDefinition>
Exception
Copyright © 2020. All Rights Reserved.