Class NoopMapper<S,T>

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

public final class NoopMapper<S,T> extends Object implements Mapper<S,T>
Since:
1.4.0
Author:
Christian Beikov
  • Field Details

    • INSTANCE

      public static final Mapper INSTANCE
  • Method Details

    • map

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