Class ArrayConverters.ByteArrayUnwrapper

    • Constructor Detail

      • ByteArrayUnwrapper

        public ByteArrayUnwrapper()
    • Method Detail

      • getOutputType

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

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