Class MappingSpec
java.lang.Object
com.orchestranetworks.addon.dint.mapping.MappingSpec
Global mapping specification.
- Since:
 - 4.1.0
 - See Also:
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionabstract voidaddTableMapping(TableMapping tableMapping) Adds a table mapping.abstract List<TableMapping>Returns an unmodifiable list of the current table mappings.static MappingSpecof(TableMapping... tableMappings) Creates a mapping specification with given table mappings. 
- 
Constructor Details
- 
MappingSpec
public MappingSpec() 
 - 
 - 
Method Details
- 
of
Creates a mapping specification with given table mappings.- Parameters:
 tableMappings- The table mappings.
 - 
addTableMapping
Adds a table mapping.- Parameters:
 tableMapping- A table mapping.- Since:
 - 4.2.0
 
 - 
getTableMappings
Returns an unmodifiable list of the current table mappings.- Since:
 - 4.2.0
 
 
 -