public interface MappingRegistry
MappingRules| Modifier and Type | Method and Description |
|---|---|
Stream<MappingRule> |
stream()
Stream over mapping rules
|
default void |
validateAndExecute(FieldModel inModel,
FieldModel outModel)
Validate and execute rules in this registry with contained order on given models
|
MappingRegistry |
with(MappingRegistry... mappingRegistries)
Create a new registry with all rules of the current registry followed by the rules in given registries
|
MappingRegistry |
with(MappingRule... mappingRules)
Create a new registry with all rules of the current registry followed by the given mapping rules
|
MappingRegistry with(MappingRegistry... mappingRegistries)
mappingRegistries - mapping registriesMappingRegistry with(MappingRule... mappingRules)
mappingRules - mapping rulesStream<MappingRule> stream()
default void validateAndExecute(FieldModel inModel, FieldModel outModel)
inModel - in modeloutModel - out modelCopyright © 2018. All rights reserved.