Class StreamingEncoder.ArrayHints

    • Constructor Detail

      • ArrayHints

        public ArrayHints​(Long size,
                          Class<? extends Number> type)
        Parameters:
        size - can be null
        type - If not null, then all array elements must be of the given type and cannot be null.