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