public class MappingConfig extends java.lang.Object implements Combinable<MappingConfig>
Constructor and Description |
---|
MappingConfig() |
Modifier and Type | Method and Description |
---|---|
void |
combine(MappingConfig source)
Combine with source.
|
void |
putCustomTypeMappingIfAbsent(java.lang.String from,
java.lang.String to)
Put custom type mapping if absent.
|
public void putCustomTypeMappingIfAbsent(java.lang.String from, java.lang.String to)
from
- the fromto
- the topublic void combine(MappingConfig source)
Combinable
combine
in interface Combinable<MappingConfig>
source
- the source