Class AttributeMapper<S,​T>

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

public class AttributeMapper<S,​T>
extends Object
implements Mapper<S,​T>
Since:
1.2.0
Author:
Christian Beikov
  • Method Details

    • map

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