- java.lang.Object
-
- com.remondis.remap.AssertMapping
-
-
Constructor Summary
Constructors Constructor Description AssertMapping()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static <S,D>
AssertConfiguration<S,D>of(Mapper<S,D> mapper)Creates a new specification of assertions that are to be checked for the specified mapper instance.
-
-
-
Method Detail
-
of
public static <S,D> AssertConfiguration<S,D> of(Mapper<S,D> mapper)
Creates a new specification of assertions that are to be checked for the specified mapper instance.- Parameters:
mapper- TheMapperinstance.- Returns:
- Returns a new
AssertConfigurationfor method changing.
-
-