A B C D E F G H I M N O P R S T U V W 
All Classes All Packages

A

addDestinationMapping(PropertyDescriptor, Transformation) - Method in class com.remondis.remap.MappingConfiguration
 
addMapping(PropertyDescriptor, PropertyDescriptor, Transformation) - Method in class com.remondis.remap.MappingConfiguration
 
andSkipWhenNull() - Method in class com.remondis.remap.ReplaceAssertBuilder
Expects the mapping to skip the transform function on null input.
andSkipWhenNull() - Method in class com.remondis.remap.ReplaceCollectionAssertBuilder
Specifies the transform operation to be skipped when null.
andTest(Function<RS, RD>) - Method in class com.remondis.remap.ReplaceAssertBuilder
Expects the mapping to not skip the transform function on null input.
andTest(Function<RS, RD>) - Method in class com.remondis.remap.ReplaceCollectionAssertBuilder
Specifies the transformation function that will be checked against null input.
apply(Function<X, RD>) - Method in class com.remondis.remap.PropertyPathAndApplyBuilder
Specifies a function that is applied to the evaluation result of the property path.
apply(Function<X, RD>) - Method in class com.remondis.remap.PropertyPathAndApplyCollectionBuilder
Specifies a function that is applied to the evaluation result of the property path.
APPLY_SPECIFIC - Static variable in class com.remondis.remap.RestructureVerification
 
applying(Consumer<MappingConfiguration<S, RD>>) - Method in class com.remondis.remap.RestructureBuilder
Adds further mapping configurations to the mapping that is used to restructure the destination object.
applying(Consumer<RestructuringAssertConfiguration<S, RD>>) - Method in class com.remondis.remap.RestructureAssertBuilder
Expects a restructure-mapping with the specified mapping configuration.
applying(Function<S, D>) - Method in class com.remondis.remap.TypeMapping.TypeMappingFunctionBuilder
Specified a conversion function that performs the type mapping.
AssertConfiguration<S,​D> - Class in com.remondis.remap
Creates a test for a Mapper object to assert the mapping specification.
AssertMapping - Class in com.remondis.remap
This is the ReMap API entrypoint to create instances of Mapper.
AssertMapping() - Constructor for class com.remondis.remap.AssertMapping
 
AssertVerification - Interface in com.remondis.remap
Interface to implement custom verification tasks evaluated by AssertConfiguration.ensure().

B

BidirectionalMapper<S,​D> - Class in com.remondis.remap
Deprecated.
The intent of this class was to shorten the access to bidirectional mappings. Actually this class introduces overhead for creation and the access to the different mapping directions is confusing in most cases.

C

com.remondis.remap - module com.remondis.remap
 
com.remondis.remap - package com.remondis.remap
 
CREATE_IMPLICIT - Static variable in class com.remondis.remap.RestructureVerification
 

D

DESTINATION - com.remondis.remap.Target
Mapping destination.

E

ensure() - Method in class com.remondis.remap.AssertConfiguration
Performs the specified assertions against the specified mapper instance.
ensure() - Method in class com.remondis.remap.RestructuringAssertConfiguration
 
equals(Object) - Method in class com.remondis.remap.PropertyPathCollectionTransformation
 
equals(Object) - Method in class com.remondis.remap.PropertyPathTransformation
 
expectNoImplicitMappings() - Method in class com.remondis.remap.AssertConfiguration
Expects the mapper to suppress creation of implicit mappings.
expectNoImplicitMappings() - Method in class com.remondis.remap.RestructuringAssertConfiguration
 
expectOmitInDestination(FieldSelector<D>) - Method in class com.remondis.remap.AssertConfiguration
Specifies an assertion for a destination field to be omitted.
expectOmitInDestination(FieldSelector<D>) - Method in class com.remondis.remap.RestructuringAssertConfiguration
 
expectOmitInSource(FieldSelector<S>) - Method in class com.remondis.remap.AssertConfiguration
Specifies an assertion for a source field to be omitted.
expectOmitInSource(FieldSelector<S>) - Method in class com.remondis.remap.RestructuringAssertConfiguration
 
expectOtherDestinationFieldsToBeOmitted() - Method in class com.remondis.remap.AssertConfiguration
Expects all other destination fields to be omitted.
expectOtherDestinationFieldsToBeOmitted() - Method in class com.remondis.remap.RestructuringAssertConfiguration
 
expectOtherSourceFieldsToBeOmitted() - Method in class com.remondis.remap.AssertConfiguration
Expects all other source fields to be omitted.
expectOtherSourceFieldsToBeOmitted() - Method in class com.remondis.remap.RestructuringAssertConfiguration
 
expectOthersToBeOmitted() - Method in class com.remondis.remap.AssertConfiguration
Expects all other field to be omitted.
expectOthersToBeOmitted() - Method in class com.remondis.remap.RestructuringAssertConfiguration
 
expectReassign(FieldSelector<S>) - Method in class com.remondis.remap.AssertConfiguration
Specifies an assertion for a reassign operation.
expectReassign(FieldSelector<S>) - Method in class com.remondis.remap.RestructuringAssertConfiguration
 
expectReplace(TypedSelector<RS, S>, TypedSelector<RD, D>) - Method in class com.remondis.remap.AssertConfiguration
Specifies an assertion for a replace operation.
expectReplace(TypedSelector<RS, S>, TypedSelector<RD, D>) - Method in class com.remondis.remap.RestructuringAssertConfiguration
 
expectReplaceCollection(TypedSelector<Collection<RS>, S>, TypedSelector<Collection<RD>, D>) - Method in class com.remondis.remap.AssertConfiguration
Specifies an assertion for a replace operation for collections.
expectReplaceCollection(TypedSelector<Collection<RS>, S>, TypedSelector<Collection<RD>, D>) - Method in class com.remondis.remap.RestructuringAssertConfiguration
 
expectRestructure(TypedSelector<RD, D>) - Method in class com.remondis.remap.AssertConfiguration
Specifies an assertion for a restructure operation.
expectRestructure(TypedSelector<RD, D>) - Method in class com.remondis.remap.RestructuringAssertConfiguration
 
expectSet(TypedSelector<RD, D>) - Method in class com.remondis.remap.AssertConfiguration
Specifies an assertion for a set operation.
expectSet(TypedSelector<RD, D>) - Method in class com.remondis.remap.RestructuringAssertConfiguration
 
expectToWriteNullIfSourceIsNull() - Method in class com.remondis.remap.AssertConfiguration
Expects the mapper to suppress creation of implicit mappings.

F

FieldSelector<T> - Interface in com.remondis.remap
This class defines the lambda that receives an object of either a source or destination type.
findMapping(FieldSelector<S>, FieldSelector<D>) - Method in class com.remondis.remap.MappingModel
 
findMapping(Predicate<String>, Predicate<String>) - Method in class com.remondis.remap.MappingModel
 
findMappingByDestination(FieldSelector<D>) - Method in class com.remondis.remap.MappingModel
 
findMappingByDestination(Predicate<String>) - Method in class com.remondis.remap.MappingModel
 
findMappingBySource(FieldSelector<S>) - Method in class com.remondis.remap.MappingModel
 
findMappingBySource(Predicate<String>) - Method in class com.remondis.remap.MappingModel
 
from(Class<S>) - Static method in class com.remondis.remap.Mapping
Specifies the source data type to map from.
from(Class<S>) - Static method in class com.remondis.remap.TypeMapping
Specifies the source data type to map from.
from(S) - Static method in class com.remondis.remap.Mapping
Specifies the source data type to map from.

G

GenericParameterContext - Class in com.remondis.remap
Holds generic parameter types when traversing recursively through nested generic type declarations.
GenericParameterContext(Method) - Constructor for class com.remondis.remap.GenericParameterContext
Creates a new context.
get() - Method in class com.remondis.remap.GenericParameterContext
Returns the current parameterized type.
getCurrentType() - Method in class com.remondis.remap.GenericParameterContext
 
getDestination() - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
 
getDestinationPropertyName() - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
 
getFromMapper() - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Returns the Mapper object for mapping destination to source type.
getMapper() - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Returns the Mapper object for mapping source to destination type.
getMapperFor(Class<?>, Class<?>) - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
Returns a Mapper if the specified type mapping was registered on the mapper.
getMappers() - Method in class com.remondis.remap.MappingConfiguration
 
getMappingModel() - Method in class com.remondis.remap.Mapper
 
getOperation() - Method in class com.remondis.remap.MappedResult
 
getProjection() - Method in class com.remondis.remap.TypeMapping
 
getSource() - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
 
getSourcePropertyName() - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
 
getSourcePropertyName() - Method in class com.remondis.remap.PropertyPathCollectionTransformation
 
getSourcePropertyName() - Method in class com.remondis.remap.PropertyPathTransformation
 
getValue() - Method in class com.remondis.remap.MappedResult
 
goInto(int) - Method in class com.remondis.remap.GenericParameterContext
Traverses the next recursive level in the nested generic types.

H

hashCode() - Method in class com.remondis.remap.PropertyPathCollectionTransformation
 
hashCode() - Method in class com.remondis.remap.PropertyPathTransformation
 
hasMapperFor(Class<?>, Class<?>) - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
Checks if the mapping configuration has a mapper registered for the specified type mapping.
hasMapperFor(Class<S1>, Class<D1>) - Method in class com.remondis.remap.MappingConfiguration
Checks if the specified mapper is registered.
hasMultipleResults() - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
 
hasResult() - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
 
hasSingleResult() - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
 
hasValue() - Method in class com.remondis.remap.MappedResult
 

I

implicitly() - Method in class com.remondis.remap.RestructureAssertBuilder
Expects a restructure mapping using an implicit mapping.
implicitly() - Method in class com.remondis.remap.RestructureBuilder
Tells the mapping, that the destination object can be restructured by simple implicit mappings.
isDelegatingTransformation() - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
Checks if this transformation is likely to delegate to nested mappers.
isEqualTypes(Class<?>, Class<?>) - Static method in class com.remondis.remap.ReassignTransformation
 
isObjectTransformation() - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
Checks if the matching transformation is a source object transformation.
isValueTransformation() - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
Checks if the matching transformation is a value transformation.
isWriteNull() - Method in class com.remondis.remap.MappingConfiguration
 
iterator() - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
 

M

map(Iterable<? extends S>) - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Performs the mapping from the source to destination type for the elements provided by the specified Iterable .
map(Iterable<? extends S>) - Method in class com.remondis.remap.Mapper
Performs the mapping for the elements provided by the specified Iterable .
map(Collection<? extends S>) - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Performs the mapping from the source to destination type for the specified Collection.
map(Collection<? extends S>) - Method in class com.remondis.remap.Mapper
Performs the mapping for the specified Collection.
map(List<? extends S>) - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Performs the mapping from the source to destination type for the specified List.
map(List<? extends S>) - Method in class com.remondis.remap.Mapper
Performs the mapping for the specified List.
map(Set<? extends S>) - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Performs the mapping from the source to destination type for the specified Set.
map(Set<? extends S>) - Method in class com.remondis.remap.Mapper
Performs the mapping for the specified Set.
map(S) - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Performs the mapping from the source to destination type.
map(S) - Method in class com.remondis.remap.Mapper
Performs the mapping from the source to destination type.
map(S) - Method in class com.remondis.remap.TypeMapping
 
map(S, D) - Method in class com.remondis.remap.Mapper
Performs the mapping from the source into a specified destination object while overwriting fields in the destination object if affected by the mapping configuration.
map(S, D) - Method in class com.remondis.remap.TypeMapping
 
mapFrom(Dest) - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Performs the mapping from the destination to source type.
mapFrom(Iterable<? extends D>) - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Performs the mapping from the destination to source type for the elements provided by the specified Iterable .
mapFrom(Collection<? extends D>) - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Performs the mapping from the destination to source type for the specified Collection.
mapFrom(List<? extends D>) - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Performs the mapping from the destination to source type for the specified List.
mapFrom(Set<? extends D>) - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Performs the mapping from the destination to source type for the specified Set.
mapOptional(S) - Method in class com.remondis.remap.Mapper
Performs the mapping from the source to destination type if the source value is non-null.
mapOrDefault(S, D) - Method in class com.remondis.remap.Mapper
Performs the mapping from the source to destination type if the source value is non-null.
MappedResult - Class in com.remondis.remap
Represents a field value mapping result.
mapper() - Method in class com.remondis.remap.MappingConfiguration
Returns the mapper configured with this builder.
Mapper<S,​D> - Class in com.remondis.remap
This class defines a reusable mapper object to perform multiple mappings for the configured object types.
Mapping - Class in com.remondis.remap
This is the ReMap API entrypoint to create instances of Mapper.
Mapping() - Constructor for class com.remondis.remap.Mapping
 
MappingConfiguration<S,​D> - Class in com.remondis.remap
The MappingConfiguration object is used to specify the mapping of the fields from a source object/type to a destination object/type.
MappingException - Exception in com.remondis.remap
Thrown if the mapping configuration has errors or if an actual mapping fails.
MappingModel<S,​D> - Class in com.remondis.remap
The mapping model provides access to field mappings.
MappingModel.TransformationSearchResult - Class in com.remondis.remap
Represents the search results, when inspecting the MappingModel.
MappingOperation - Enum in com.remondis.remap
Specifies how the mapping result should be used.
MapTransformation - Class in com.remondis.remap
The map transformation is the simplest mapping operation.

N

nameEqualsPredicate(String) - Static method in class com.remondis.remap.MappingModel
Returns a Predicate to select a field by field name.
nameEqualsPredicateIgnoreCase(String) - Static method in class com.remondis.remap.MappingModel
Returns a Predicate to select a field by field name while ignoring the case.
noImplicitMappings() - Method in class com.remondis.remap.MappingConfiguration
Disables the creation of implicit mappings, so that fields with the same name and same type are not mapped automatically any more.

O

of(Mapper<S, D>) - Static method in class com.remondis.remap.AssertMapping
Creates a new specification of assertions that are to be checked for the specified mapper instance.
of(Mapper<S, D>, Mapper<D, S>) - Static method in class com.remondis.remap.BidirectionalMapper
Deprecated.
Creates a BidirectionalMapper for the specified Mapper objects that represent the two uni-directional mappings..
omitInDestination(FieldSelector<D>) - Method in class com.remondis.remap.MappingConfiguration
Marks a destination field as omitted.
omitInSource(FieldSelector<S>) - Method in class com.remondis.remap.MappingConfiguration
Marks a source field as omitted.
omitOtherDestinationProperties() - Method in class com.remondis.remap.MappingConfiguration
Omits all unmapped destination fields.
omitOthers() - Method in class com.remondis.remap.MappingConfiguration
Omits all unmapped source and destination fields.
omitOtherSourceProperties() - Method in class com.remondis.remap.MappingConfiguration
Omits all unmapped source fields.

P

performTransformation(PropertyDescriptor, Object, PropertyDescriptor, Object) - Method in class com.remondis.remap.PropertyPathCollectionTransformation
 
performTransformation(PropertyDescriptor, Object, PropertyDescriptor, Object) - Method in class com.remondis.remap.PropertyPathTransformation
 
performTransformation(PropertyDescriptor, Object, PropertyDescriptor, Object) - Method in class com.remondis.remap.ReassignTransformation
 
performValueTransformation(Object) - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
Performs a value transformation.
performValueTransformation(Object, Object) - Method in class com.remondis.remap.PropertyPathCollectionTransformation
 
performValueTransformation(Object, Object) - Method in class com.remondis.remap.PropertyPathTransformation
 
performValueTransformation(Object, Object) - Method in class com.remondis.remap.ReassignTransformation
 
PropertyPathAndApplyBuilder<S,​D,​RD,​X,​RS,​E extends Exception> - Class in com.remondis.remap
This builder allows specifying a transformation function that is applied to a non-null result of a property path evaluation.
PropertyPathAndApplyCollectionBuilder<S,​D,​RD,​X,​RS,​E extends Exception> - Class in com.remondis.remap
This builder allows specifying a transformation function that is applied to a non-null result of a property path evaluation.
PropertyPathCollectionTransformation<RS,​X,​RD> - Class in com.remondis.remap
The property path operation maps the result of a property path that is applied to the source field to another field.
PropertyPathTransformation<RS,​X,​RD> - Class in com.remondis.remap
The property path operation maps the result of a property path that is applied to the source field to another field.

R

reassign(FieldSelector<S>) - Method in class com.remondis.remap.MappingConfiguration
Reassigns a property from the source to the specified property of the destination object.
ReassignAssertBuilder<S,​D,​RS> - Class in com.remondis.remap
This class is used to build an assertion about a reassign operation.
ReassignBuilder<S,​D> - Class in com.remondis.remap
Builds a reassign operation.
ReassignTransformation - Class in com.remondis.remap
The reassign operation maps a field to another field while the field names may differ.
replace(TypedSelector<RS, S>, TypedSelector<RD, D>) - Method in class com.remondis.remap.MappingConfiguration
Maps a property from the source to the specified property of the destination object with transforming the source value using the specified transform lambda.
ReplaceAssertBuilder<S,​D,​RD,​RS> - Class in com.remondis.remap
Builder to assert a replace operation on a Mapper object using AssertConfiguration.
ReplaceBuilder<S,​D,​RD,​RS> - Class in com.remondis.remap
Builds a replace operation.
replaceCollection(TypedSelector<Collection<RS>, S>, TypedSelector<Collection<RD>, D>) - Method in class com.remondis.remap.MappingConfiguration
Maps a property holding a collection from the source to the specified property holding a collection of the destination object.
ReplaceCollectionAssertBuilder<S,​D,​RD,​RS> - Class in com.remondis.remap
Builder to assert a replace operation on a Mapper object using AssertConfiguration.
ReplaceCollectionBuilder<S,​D,​RD,​RS> - Class in com.remondis.remap
Builds a replace collection operation.
restructure(TypedSelector<RD, D>) - Method in class com.remondis.remap.MappingConfiguration
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.
RestructureAssertBuilder<S,​D,​RD> - Class in com.remondis.remap
Builder to assert a set operation on a Mapper object using AssertConfiguration.
RestructureBuilder<S,​D,​RD> - Class in com.remondis.remap
A builder for restructuring a field in the destination type.
RestructureVerification<S,​RD> - Class in com.remondis.remap
 
RestructuringAssertConfiguration<S,​D> - Class in com.remondis.remap
Facade for AssertConfiguration to specify assertions for a restructuring mapper configuration.

S

selectField(T) - Method in interface com.remondis.remap.FieldSelector
This method is used to perform a get-method invocation of the specified destination object.
selectField(T) - Method in interface com.remondis.remap.TypedSelector
This method is used to perform a get-method invocation of the specified destination object and returning its value.
set(TypedSelector<RD, D>) - Method in class com.remondis.remap.MappingConfiguration
Defines a custom source of a value that should be mapped to the specified property of the destination object.
SetAssertBuilder<S,​D,​RD> - Class in com.remondis.remap
Builder to assert a set operation on a Mapper object using AssertConfiguration.
SetBuilder<S,​D,​RD> - Class in com.remondis.remap
Builds a replace operation.
skip() - Static method in class com.remondis.remap.MappedResult
 
SKIP - com.remondis.remap.MappingOperation
The mapping does not produce a value.
SOURCE - com.remondis.remap.Target
Mapping target.

T

Target - Enum in com.remondis.remap
Target type.
to(FieldSelector<D>) - Method in class com.remondis.remap.ReassignAssertBuilder
Reassigns a source field to the specified destination field.
to(FieldSelector<D>) - Method in class com.remondis.remap.ReassignBuilder
Reassigns a source field to the specified destination field.
to(D) - Method in class com.remondis.remap.Types
Specifies the source data type to map from.
to(Class<D>) - Method in class com.remondis.remap.TypeMapping.TypeMappingBuilder
 
to(Class<D>) - Method in class com.remondis.remap.Types
Specifies the destination type of the specified mapping.
toString() - Method in class com.remondis.remap.BidirectionalMapper
Deprecated.
 
toString() - Method in class com.remondis.remap.GenericParameterContext
 
toString() - Method in class com.remondis.remap.MappedResult
 
toString() - Method in class com.remondis.remap.Mapper
 
toString() - Method in class com.remondis.remap.MappingConfiguration
 
toString() - Method in class com.remondis.remap.MappingModel
 
toString() - Method in class com.remondis.remap.MappingModel.TransformationSearchResult
 
toString() - Method in class com.remondis.remap.MapTransformation
 
toString(boolean) - Method in class com.remondis.remap.MappingConfiguration
Returns a string representation of this mapper.
toString(boolean) - Method in class com.remondis.remap.PropertyPathCollectionTransformation
 
toString(boolean) - Method in class com.remondis.remap.PropertyPathTransformation
 
toString(boolean) - Method in class com.remondis.remap.ReassignTransformation
 
TypedSelector<R,​T> - Interface in com.remondis.remap
This class defines the lambda that receives an object of either a source or destination a mapping type.
TypeMapping<S,​D> - Class in com.remondis.remap
A type mapping wraps a function that maps one type into another.
TypeMapping.TypeMappingBuilder<S> - Class in com.remondis.remap
 
TypeMapping.TypeMappingFunctionBuilder<S,​D> - Class in com.remondis.remap
 
TypeMappingBuilder(Class<S>) - Constructor for class com.remondis.remap.TypeMapping.TypeMappingBuilder
 
Types<S> - Class in com.remondis.remap
Builder step implementation for the to-method of MappingConfiguration.

U

useInternalMapper(InternalMapper<?, ?>) - Method in class com.remondis.remap.MappingConfiguration
 
useMapper(Mapper<?, ?>) - Method in class com.remondis.remap.MappingConfiguration
Registers a configured mapper to this object that is to be used whenever a hierarchical mapping tries to map the specified types.
useMapper(TypeMapping<?, ?>) - Method in class com.remondis.remap.MappingConfiguration
Registers a custom type conversion to this mapping that is to be used whenever a type mapping is required that is not defined by a replace operation.

V

validateTransformation() - Method in class com.remondis.remap.PropertyPathCollectionTransformation
 
validateTransformation() - Method in class com.remondis.remap.PropertyPathTransformation
 
validateTransformation() - Method in class com.remondis.remap.ReassignTransformation
 
value(Object) - Static method in class com.remondis.remap.MappedResult
 
VALUE - com.remondis.remap.MappingOperation
Signals that the value should be used as mapping result.
valueOf(String) - Static method in enum com.remondis.remap.MappingOperation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.remondis.remap.Target
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.remondis.remap.MappingOperation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.remondis.remap.Target
Returns an array containing the constants of this enum type, in the order they are declared.
verify() - Method in interface com.remondis.remap.AssertVerification
 
verify() - Method in class com.remondis.remap.RestructureVerification
 

W

with(Function<RS, RD>) - Method in class com.remondis.remap.ReplaceBuilder
Transforms the selected fields with applying the specified transform function on the source value.
with(Function<RS, RD>) - Method in class com.remondis.remap.ReplaceCollectionBuilder
Transforms the items in the collection held by the selected field by applying the specified transform function on each item.
with(Function<S, RD>) - Method in class com.remondis.remap.SetBuilder
Sets a value to the specified destination field supplied by a custom value function.
with(Supplier<RD>) - Method in class com.remondis.remap.SetBuilder
Sets a value to the specified destination field supplied by a custom value supplier.
with(RD) - Method in class com.remondis.remap.SetBuilder
Sets the specified value to the specified destination field.
withFunction() - Method in class com.remondis.remap.SetAssertBuilder
Expects a set-mapping with a function providing a value.
withPropertyPath(PropertyPath<RD, RS, E>) - Method in class com.remondis.remap.ReplaceAssertBuilder
Expects the mapping to evaluate the exact property path that was specified.
withPropertyPath(PropertyPath<RD, RS, E>) - Method in class com.remondis.remap.ReplaceBuilder
Maps the source field by evaluating the specified property path.
withPropertyPath(PropertyPath<RD, RS, E>) - Method in class com.remondis.remap.ReplaceCollectionAssertBuilder
Expects the mapping to evaluate the exact property path that was specified.
withPropertyPath(PropertyPath<RD, RS, E>) - Method in class com.remondis.remap.ReplaceCollectionBuilder
Maps the items of the collections held by the source field by evaluating the specified property path.
withPropertyPathAnd(PropertyPath<X, RS, E>) - Method in class com.remondis.remap.ReplaceBuilder
Works exactly like ReplaceBuilder.withPropertyPath(PropertyPath) but accepts a transformation function, that is to be specified on the returned builder.
withPropertyPathAnd(PropertyPath<X, RS, E>) - Method in class com.remondis.remap.ReplaceCollectionBuilder
Works exactly like ReplaceCollectionBuilder.withPropertyPath(PropertyPath) but accepts a transformation function, that is to be specified on the returned builder.
withPropertyPathAndTransformation(PropertyPath<?, RS, ?>) - Method in class com.remondis.remap.ReplaceAssertBuilder
Expects the mapping to evaluate the exact property path that was specified.
withPropertyPathAndTransformation(PropertyPath<?, RS, ?>) - Method in class com.remondis.remap.ReplaceCollectionAssertBuilder
Expects the mapping to evaluate the exact property path that was specified.
withSkipWhenNull(Function<RS, RD>) - Method in class com.remondis.remap.ReplaceBuilder
Transforms the selected fields with applying the specified transform function on the source value.
withSkipWhenNull(Function<RS, RD>) - Method in class com.remondis.remap.ReplaceCollectionBuilder
Transforms the items in the collection held by the selected field by applying the specified transform function on each item if the item is not null.
withSupplier() - Method in class com.remondis.remap.SetAssertBuilder
Expects a set-mapping with a value supplier.
withValue() - Method in class com.remondis.remap.SetAssertBuilder
Expects a set-mapping with a value.
writeNullIfSourceIsNull() - Method in class com.remondis.remap.MappingConfiguration
Configures the mapper to write null value if the source value is null.
A B C D E F G H I M N O P R S T U V W 
All Classes All Packages