Class ArrayConverters.IntArrayUnwrapper

    • Constructor Detail

      • IntArrayUnwrapper

        public IntArrayUnwrapper()
    • Method Detail

      • getOutputType

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

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