Class ArrayConverters.BoolArrayWrapper

    • Constructor Detail

      • BoolArrayWrapper

        public BoolArrayWrapper()
    • Method Detail

      • getOutputType

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

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