Class AssertMapping


  • public class AssertMapping
    extends Object
    This is the ReMap API entrypoint to create instances of Mapper.
    Author:
    schuettec
    • Constructor Detail

      • AssertMapping

        public AssertMapping()
    • 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 - The Mapper instance.
        Returns:
        Returns a new AssertConfiguration for method changing.