Uses of Class
com.remondis.remap.Mapper
-
-
Uses of Mapper in com.remondis.remap
Methods in com.remondis.remap that return Mapper Modifier and Type Method Description Mapper<D,S>BidirectionalMapper. getFromMapper()Deprecated.Returns theMapperobject for mapping destination to source type.Mapper<S,D>BidirectionalMapper. getMapper()Deprecated.Returns theMapperobject for mapping source to destination type.Mapper<?,?>MappingModel.TransformationSearchResult. getMapperFor(Class<?> sourceType, Class<?> destinationType)Returns aMapperif the specified type mapping was registered on the mapper.Mapper<S,D>MappingConfiguration. mapper()Returns the mapper configured with this builder.Methods in com.remondis.remap with parameters of type Mapper Modifier and Type Method Description static <S,D>
AssertConfiguration<S,D>AssertMapping. of(Mapper<S,D> mapper)Creates a new specification of assertions that are to be checked for the specified mapper instance.static <S,D>
BidirectionalMapper<S,D>BidirectionalMapper. of(Mapper<S,D> to, Mapper<D,S> from)Deprecated.Creates aBidirectionalMapperfor the specifiedMapperobjects that represent the two uni-directional mappings..MappingConfiguration<S,D>MappingConfiguration. useMapper(Mapper<?,?> mapper)Registers a configured mapper to this object that is to be used whenever a hierarchical mapping tries to map the specified types.
-