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