java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,byte[]>
jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
- Author:
- Kohsuke Kawaguchi
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
HexBinaryAdapter
public HexBinaryAdapter()
-
-
Method Details
-
unmarshal
Description copied from class:XmlAdapter
Convert a value type to a bound type.- Specified by:
unmarshal
in classXmlAdapter<String,
byte[]> - Parameters:
s
- The value to be converted. Can be null.
-
marshal
Description copied from class:XmlAdapter
Convert a bound type to a value type.- Specified by:
marshal
in classXmlAdapter<String,
byte[]> - Parameters:
bytes
- The value to be converted. Can be null.
-