Class SimpleMapper<S,T>

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

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

  • Method Details

    • map

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

      public AttributeAccessor getAttributeAccessor()