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