public interface MapperBehavior
Mapper
can exhibit multiple behaviors. we also want to provide ready made classes
for these behaviors instead of them being just interfaces. The Mapper
can be a composition of a Map of type of Behaviors with the defined Behavior,
instead of implementing Behavior interfaces.Copyright © 2018. All rights reserved.