Uses of Class
net.obvj.confectory.mapper.AbstractINIMapper
-
Packages that use AbstractINIMapper Package Description net.obvj.confectory.mapper This package groups theMapperinterface and its implementations, as well as auxiliary classes. -
-
Uses of AbstractINIMapper in net.obvj.confectory.mapper
Subclasses of AbstractINIMapper in net.obvj.confectory.mapper Modifier and Type Class Description classINIToJSONObjectMapperA specializedMapperthat loads the contents of a valid INISourceas aJSONObject.classINIToObjectMapper<T>A specializedMapperthat loads the contents of a valid INISource(e.g.: file, URL) into a POJO (Plain-Old Java Object).
-