java.lang.Object
jakarta.xml.bind.annotation.adapters.XmlAdapter<String,byte[]>
 
jakarta.xml.bind.annotation.adapters.HexBinaryAdapter
- Author:
- Kohsuke Kawaguchi
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
HexBinaryAdapterpublic HexBinaryAdapter()
 
- 
- 
Method Details- 
unmarshalDescription copied from class:XmlAdapterConvert a value type to a bound type.- Specified by:
- unmarshalin class- XmlAdapter<String,- byte[]> 
- Parameters:
- s- The value to be converted. Can be null.
 
- 
marshalDescription copied from class:XmlAdapterConvert a bound type to a value type.- Specified by:
- marshalin class- XmlAdapter<String,- byte[]> 
- Parameters:
- bytes- The value to be converted. Can be null.
 
 
-