Class ArrayConverters.LongArrayWrapper

    • Constructor Detail

      • LongArrayWrapper

        public LongArrayWrapper()
    • Method Detail

      • getOutputType

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

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