Class AbstractINIMapper<T>

  • All Implemented Interfaces:
    Mapper<T>
    Direct Known Subclasses:
    INIToJSONObjectMapper, INIToObjectMapper

    public abstract class AbstractINIMapper<T>
    extends Object
    implements Mapper<T>
    An abstract Mapper that defines a template of how to parse the contents of a valid INI Source (e.g.: file, URL).

    It delegates the final object type population to a concrete implementation.

    Since:
    2.0.0
    Author:
    oswaldo.bapvic.jr (Oswaldo Junior)
    • Constructor Detail

      • AbstractINIMapper

        public AbstractINIMapper()