Class ArrayConverters.ByteArrayWrapper

    • Constructor Detail

      • ByteArrayWrapper

        public ByteArrayWrapper()
    • Method Detail

      • getOutputType

        public Class<ByteArray> getOutputType()
        Returns:
        The base Class this Converter produces as output.
      • getInputType

        public Class<byte[]> getInputType()
        Returns:
        The base Class this Converter accepts as input.