Class PropertiesMapper

  • All Implemented Interfaces:
    Mapper<Properties>

    public class PropertiesMapper
    extends Object
    implements Mapper<Properties>
    A specialized Mapper that loads the contents of a Source (e.g.: file, URL) as Properties (a table of key-value pairs).
    Since:
    0.1.0
    Author:
    oswaldo.bapvic.jr (Oswaldo Junior)
    • Constructor Detail

      • PropertiesMapper

        public PropertiesMapper()