public class Adapter4 extends XmlAdapter<String,EntityMode>
| Constructor and Description |
|---|
Adapter4() |
| Modifier and Type | Method and Description |
|---|---|
String |
marshal(EntityMode value)
Convert a bound type to a value type.
|
EntityMode |
unmarshal(String value)
Convert a value type to a bound type.
|
public EntityMode unmarshal(String value)
XmlAdapterunmarshal in class XmlAdapter<String,EntityMode>value - The value to be converted. Can be null.public String marshal(EntityMode value)
XmlAdaptermarshal in class XmlAdapter<String,EntityMode>value - The value to be convereted. Can be null.Copyright © 2018 JBoss by Red Hat. All rights reserved.