Class DefaultCollectionDescriptor
java.lang.Object
de.hybris.platform.integrationservices.model.impl.DefaultCollectionDescriptor
- All Implemented Interfaces:
CollectionDescriptor
Default implementation of the
CollectionDescriptor. If the underlying
attribute is not of type CollectionTypeModel, this implementation
does not consider the attribute as a collection. Therefore, the new collection will be null.-
Method Summary
Modifier and TypeMethodDescriptionstatic CollectionDescriptorcreate(AttributeDescriptorModel attribute) booleaninthashCode()Gets a new collection instance that is described by the underlying attributetoString()
-
Method Details
-
create
-
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
-
equals
-
hashCode
public int hashCode() -
toString
-