Class DefaultMapDescriptor
java.lang.Object
de.hybris.platform.integrationservices.model.impl.DefaultMapDescriptor
- All Implemented Interfaces:
MapDescriptor
Default implementation of the
MapDescriptor, which provides functionality based on MapTypeModel-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionProvides descriptor of thekeytype in the Map.Provides descriptor for thevaluetype in the Map.
-
Constructor Details
-
DefaultMapDescriptor
-
-
Method Details
-
getKeyType
Description copied from interface:MapDescriptorProvides descriptor of thekeytype in the Map.- Specified by:
getKeyTypein interfaceMapDescriptor- Returns:
- descriptor for the Map
keytype.
-
getValueType
Description copied from interface:MapDescriptorProvides descriptor for thevaluetype in the Map.- Specified by:
getValueTypein interfaceMapDescriptor- Returns:
- descriptor for the Map
valuetype.
-