Class ArrayConverters.CharArrayUnwrapper

    • Constructor Detail

      • CharArrayUnwrapper

        public CharArrayUnwrapper()
    • Method Detail

      • getOutputType

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

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