Class ClassCollectionDescriptor
java.lang.Object
de.hybris.platform.integrationservices.model.impl.ClassCollectionDescriptor
- All Implemented Interfaces:
CollectionDescriptor
Implementation of the
CollectionDescriptor for POJO attributes. If the underlying
attribute is not of type Collection, the new collection will be null.-
Method Summary
Modifier and TypeMethodDescriptionstatic CollectionDescriptorcreate(PojoIntrospector spector) Creates descriptor forIntegrationObjectClassAttributeModel.Gets a new collection instance that is described by the underlying attribute
-
Method Details
-
create
Creates descriptor forIntegrationObjectClassAttributeModel.- Parameters:
spector- aPojoIntrospectorused to retrieve method/attribute info
-
newCollection
Description copied from interface:CollectionDescriptorGets a new collection instance that is described by the underlying attribute- Specified by:
newCollectionin interfaceCollectionDescriptor- Returns:
- A new collection instance that is empty
-