Class DefaultMapDescriptor
- java.lang.Object
-
- de.hybris.platform.integrationservices.model.impl.DefaultMapDescriptor
-
- All Implemented Interfaces:
MapDescriptor
public class DefaultMapDescriptor extends java.lang.Object implements MapDescriptor
Default implementation of theMapDescriptor, which provides functionality based onMapTypeModel
-
-
Constructor Summary
Constructors Constructor Description DefaultMapDescriptor(IntegrationObjectItemAttributeModel model)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TypeDescriptorgetKeyType()Provides descriptor of thekeytype in the Map.TypeDescriptorgetValueType()Provides descriptor for thevaluetype in the Map.
-
-
-
Constructor Detail
-
DefaultMapDescriptor
public DefaultMapDescriptor(IntegrationObjectItemAttributeModel model)
-
-
Method Detail
-
getKeyType
public TypeDescriptor getKeyType()
Description copied from interface:MapDescriptorProvides descriptor of thekeytype in the Map.- Specified by:
getKeyTypein interfaceMapDescriptor- Returns:
- descriptor for the Map
keytype.
-
getValueType
public TypeDescriptor getValueType()
Description copied from interface:MapDescriptorProvides descriptor for thevaluetype in the Map.- Specified by:
getValueTypein interfaceMapDescriptor- Returns:
- descriptor for the Map
valuetype.
-
-