Class ArrayConverters.LongArrayUnwrapper

    • Constructor Detail

      • LongArrayUnwrapper

        public LongArrayUnwrapper()
    • Method Detail

      • getOutputType

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

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