Class ClassMapDescriptor
java.lang.Object
de.hybris.platform.integrationservices.model.impl.ClassMapDescriptor
- All Implemented Interfaces:
MapDescriptor
Implementation of the
MapDescriptor for IntegrationObjectClassAttributeModel,
which provides functionality based on Class type-
Constructor Summary
ConstructorsConstructorDescriptionClassMapDescriptor(@NotNull PojoIntrospector spector) Instantiates this descriptor forIntegrationObjectClassAttributeModel. -
Method Summary
Modifier and TypeMethodDescriptionProvides descriptor of thekeytype in the Map.Provides descriptor for thevaluetype in the Map.
-
Constructor Details
-
ClassMapDescriptor
Instantiates this descriptor forIntegrationObjectClassAttributeModel.- Parameters:
spector- aPojoIntrospectorused to retrieve method/attribute info
-
-
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.
-