Class AbstractBeanMapper<T>

  • All Implemented Interfaces:
    Mapper<T>
    Direct Known Subclasses:
    StringMapper

    public abstract class AbstractBeanMapper<T>
    extends Object
    implements Mapper<T>
    An abstract Mapper for implementations intended to load the contents of an InputStream into user-defined beans.
    Since:
    0.1.0
    Author:
    oswaldo.bapvic.jr (Oswaldo Junior)
    • Constructor Detail

      • AbstractBeanMapper

        public AbstractBeanMapper()