Class ArrayConverters.BoolArrayUnwrapper

    • Constructor Detail

      • BoolArrayUnwrapper

        public BoolArrayUnwrapper()
    • Method Detail

      • getOutputType

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

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