public abstract class AbstractINIMapper<T> extends Object implements Mapper<T>
Mapper that defines a template of how to parse the contents of a
valid INI Source (e.g.: file, URL), and delegates the final object type
population to a concrete implementation.| Constructor and Description |
|---|
AbstractINIMapper() |
Copyright © 2023. All rights reserved.