Class HexConverter
- java.lang.Object
-
- org.apache.logging.log4j.core.config.plugins.convert.HexConverter
-
public class HexConverter extends java.lang.Object
Converts Strings to hex. This is used in place of java.xml.bind.DataTypeConverter which is not available by default in Java 9.
-
-
Constructor Summary
Constructors Constructor Description HexConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]
parseHexBinary(java.lang.String s)
-