AssertConfiguration<S,D> |
ReplaceAssertBuilder.andSkipWhenNull() |
Expects the mapping to skip the transform function on null input.
|
AssertConfiguration<S,D> |
ReplaceCollectionAssertBuilder.andSkipWhenNull() |
Specifies the transform operation to be skipped when null.
|
AssertConfiguration<S,D> |
ReplaceAssertBuilder.andTest(Function<RS,RD> transformation) |
Expects the mapping to not skip the transform function on null input.
|
AssertConfiguration<S,D> |
ReplaceCollectionAssertBuilder.andTest(Function<RS,RD> transformation) |
Specifies the transformation function that will be checked against null input.
|
AssertConfiguration<S,D> |
RestructureAssertBuilder.applying(Consumer<RestructuringAssertConfiguration<S,RD>> restructureMappingAssertions) |
Expects a restructure-mapping with the specified mapping configuration.
|
AssertConfiguration<S,D> |
AssertConfiguration.expectNoImplicitMappings() |
Expects the mapper to suppress creation of implicit mappings.
|
AssertConfiguration<S,D> |
RestructuringAssertConfiguration.expectNoImplicitMappings() |
|
AssertConfiguration<S,D> |
AssertConfiguration.expectOmitInDestination(FieldSelector<D> destinationSelector) |
Specifies an assertion for a destination field to be omitted.
|
AssertConfiguration<S,D> |
RestructuringAssertConfiguration.expectOmitInDestination(FieldSelector<D> destinationSelector) |
|
AssertConfiguration<S,D> |
AssertConfiguration.expectOmitInSource(FieldSelector<S> sourceSelector) |
Specifies an assertion for a source field to be omitted.
|
AssertConfiguration<S,D> |
RestructuringAssertConfiguration.expectOmitInSource(FieldSelector<S> sourceSelector) |
|
AssertConfiguration<S,D> |
AssertConfiguration.expectOtherDestinationFieldsToBeOmitted() |
Expects all other destination fields to be omitted.
|
AssertConfiguration<S,D> |
RestructuringAssertConfiguration.expectOtherDestinationFieldsToBeOmitted() |
|
AssertConfiguration<S,D> |
AssertConfiguration.expectOtherSourceFieldsToBeOmitted() |
Expects all other source fields to be omitted.
|
AssertConfiguration<S,D> |
RestructuringAssertConfiguration.expectOtherSourceFieldsToBeOmitted() |
|
AssertConfiguration<S,D> |
AssertConfiguration.expectOthersToBeOmitted() |
Expects all other field to be omitted.
|
AssertConfiguration<S,D> |
RestructuringAssertConfiguration.expectOthersToBeOmitted() |
|
AssertConfiguration<S,D> |
AssertConfiguration.expectToWriteNullIfSourceIsNull() |
Expects the mapper to suppress creation of implicit mappings.
|
AssertConfiguration<S,D> |
RestructureAssertBuilder.implicitly() |
Expects a restructure mapping using an implicit mapping.
|
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.
|
AssertConfiguration<S,D> |
ReassignAssertBuilder.to(FieldSelector<D> destinationSelector) |
Reassigns a source field to the specified destination field.
|
AssertConfiguration<S,D> |
SetAssertBuilder.withFunction() |
Expects a set-mapping with a function providing a value.
|
<E extends Exception> AssertConfiguration<S,D> |
ReplaceAssertBuilder.withPropertyPath(com.remondis.propertypath.api.PropertyPath<RD,RS,E> propertyPath) |
Expects the mapping to evaluate the exact property path that was specified.
|
<E extends Exception> AssertConfiguration<S,D> |
ReplaceCollectionAssertBuilder.withPropertyPath(com.remondis.propertypath.api.PropertyPath<RD,RS,E> propertyPath) |
Expects the mapping to evaluate the exact property path that was specified.
|
AssertConfiguration<S,D> |
ReplaceAssertBuilder.withPropertyPathAndTransformation(com.remondis.propertypath.api.PropertyPath<?,RS,?> propertyPath) |
Expects the mapping to evaluate the exact property path that was specified.
|
AssertConfiguration<S,D> |
ReplaceCollectionAssertBuilder.withPropertyPathAndTransformation(com.remondis.propertypath.api.PropertyPath<?,RS,?> propertyPath) |
Expects the mapping to evaluate the exact property path that was specified.
|
AssertConfiguration<S,D> |
SetAssertBuilder.withSupplier() |
Expects a set-mapping with a value supplier.
|
AssertConfiguration<S,D> |
SetAssertBuilder.withValue() |
Expects a set-mapping with a value.
|