Class ByteObjectArrayStringConverterFactory

  • All Implemented Interfaces:
    StringConverterFactory

    public final class ByteObjectArrayStringConverterFactory
    extends Object
    implements StringConverterFactory
    Factory for StringConverter providing support for Byte object array as a sequence of two letter hex codes for each byte plus '--' for null.

    This is intended as a human readable format, not a compact format.

    To use, simply register the instance with a StringConvert instance.

    This class is immutable and thread-safe.

    Since:
    1.5