Class CollectionAddMapper<S,T>

java.lang.Object
com.blazebit.persistence.view.impl.mapper.CollectionAddMapper<S,T>
All Implemented Interfaces:
Mapper<S,T>

public class CollectionAddMapper<S,T> extends Object implements Mapper<S,T>
Since:
1.3.0
Author:
Christian Beikov
  • Constructor Details

    • CollectionAddMapper

      public CollectionAddMapper(AttributeAccessor attributeAccessor)
  • Method Details

    • map

      public void map(S source, T target)
      Specified by:
      map in interface Mapper<S,T>