public class DefaultMappingRegistry extends Object implements MappingRegistry
| Modifier and Type | Method and Description |
|---|---|
static MappingRegistry |
mappings(MappingRegistry... mappingRegistries) |
static MappingRegistry |
mappings(MappingRule... mappingRules) |
Stream<MappingRule> |
stream()
Stream over mapping rules
|
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
|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitvalidateAndExecutepublic static MappingRegistry mappings(MappingRule... mappingRules)
public static MappingRegistry mappings(MappingRegistry... mappingRegistries)
public MappingRegistry with(MappingRegistry... mappingRegistries)
MappingRegistrywith in interface MappingRegistrymappingRegistries - mapping registriespublic MappingRegistry with(MappingRule... mappingRules)
MappingRegistrywith in interface MappingRegistrymappingRules - mapping rulespublic Stream<MappingRule> stream()
MappingRegistrystream in interface MappingRegistryCopyright © 2018. All rights reserved.