Package net.obvj.confectory.mapper
Class AbstractINIMapper<T>
- java.lang.Object
-
- net.obvj.confectory.mapper.AbstractINIMapper<T>
-
- All Implemented Interfaces:
Mapper<T>
- Direct Known Subclasses:
INIToJSONObjectMapper,INIToObjectMapper
public abstract class AbstractINIMapper<T> extends Object implements Mapper<T>
An abstractMapperthat defines a template of how to parse the contents of a valid INISource(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 Summary
Constructors Constructor Description AbstractINIMapper()
-