Interface MappingDefinition
- All Known Subinterfaces:
NetworkMappingDefinition
,PersistenceMappingDefinition
public interface MappingDefinition
This inteface exposes the API for a MappingDefinition.
-
Method Summary
Modifier and TypeMethodDescriptionGets the complete meta data for the associated request spec payloadItemThe ECE payload field name; such as "IMPACT_AMOUNT[0].BALANCE_ELEMENT_ID"
-
Method Details
-
getPayloadField
String getPayloadField()The ECE payload field name; such as "IMPACT_AMOUNT[0].BALANCE_ELEMENT_ID"- Returns:
- the ECE payload field name
-
getPayloadAttributeInfo
PayloadAttributeInfo getPayloadAttributeInfo()Gets the complete meta data for the associated request spec payloadItem- Returns:
- the complete meta data for the payloadItem
-