<RD,RS> ReplaceAssertBuilder<S,D,RD,RS> |
AssertConfiguration.expectReplace(TypedSelector<RS,S> sourceSelector,
TypedSelector<RD,D> destinationSelector) |
Specifies an assertion for a replace operation.
|
<RD,RS> ReplaceAssertBuilder<S,D,RD,RS> |
RestructuringAssertConfiguration.expectReplace(TypedSelector<RS,S> sourceSelector,
TypedSelector<RD,D> destinationSelector) |
|
<RD,RS> ReplaceCollectionAssertBuilder<S,D,RD,RS> |
AssertConfiguration.expectReplaceCollection(TypedSelector<Collection<RS>,S> sourceSelector,
TypedSelector<Collection<RD>,D> destinationSelector) |
Specifies an assertion for a replace operation for collections.
|
<RD,RS> ReplaceCollectionAssertBuilder<S,D,RD,RS> |
RestructuringAssertConfiguration.expectReplaceCollection(TypedSelector<Collection<RS>,S> sourceSelector,
TypedSelector<Collection<RD>,D> destinationSelector) |
|
<RD> RestructureAssertBuilder<S,D,RD> |
AssertConfiguration.expectRestructure(TypedSelector<RD,D> destinationSelector) |
Specifies an assertion for a restructure operation.
|
<RD> RestructureAssertBuilder<S,D,RD> |
RestructuringAssertConfiguration.expectRestructure(TypedSelector<RD,D> destinationSelector) |
|
<RD> SetAssertBuilder<S,D,RD> |
AssertConfiguration.expectSet(TypedSelector<RD,D> destinationSelector) |
Specifies an assertion for a set operation.
|
<RD> SetAssertBuilder<S,D,RD> |
RestructuringAssertConfiguration.expectSet(TypedSelector<RD,D> destinationSelector) |
|
<RD,RS> ReplaceBuilder<S,D,RD,RS> |
MappingConfiguration.replace(TypedSelector<RS,S> sourceSelector,
TypedSelector<RD,D> destinationSelector) |
Maps a property from the source to the specified property of the destination object with
transforming the source value using the specified transform lambda.
|
<RD,RS> ReplaceCollectionBuilder<S,D,RD,RS> |
MappingConfiguration.replaceCollection(TypedSelector<Collection<RS>,S> sourceSelector,
TypedSelector<Collection<RD>,D> destinationSelector) |
Maps a property holding a collection from the source to the specified property holding a collection of the
destination object.
|
<RD> RestructureBuilder<S,D,RD> |
MappingConfiguration.restructure(TypedSelector<RD,D> destinationSelector) |
Defines a restructuring operation to build an complex object to be assigned to the specified destination field by
mapping from fields of the source type.
|
<RD> SetBuilder<S,D,RD> |
MappingConfiguration.set(TypedSelector<RD,D> destinationSelector) |
Defines a custom source of a value that should be mapped to the specified property of the destination object.
|