Class ArraysMapper.GenericMapper<T>

    • Constructor Detail

    • Method Detail

      • convert

        public T convert​(Object current)
        Description copied from class: JsonReaderI
        Allow a mapper to convert a temporary structure to the final data format. example: convert an List<Integer> to an int[]
        Overrides:
        convert in class ArraysMapper<T>
      • startArray

        public JsonReaderI<?> startArray​(String key)
        Description copied from class: JsonReaderI
        called when json-smart parser start an array.
        Overrides:
        startArray in class JsonReaderI<T>
        Parameters:
        key - the destination key name, or null.