Class IsCollectionAttributePredicate
java.lang.Object
de.hybris.platform.cms2.common.predicates.IsCollectionAttributePredicate
- All Implemented Interfaces:
Predicate<AttributeDescriptorModel>
public class IsCollectionAttributePredicate
extends Object
implements Predicate<AttributeDescriptorModel>
Predicate to test if a given attribute
AttributeDescriptorModel is a collection.
This predicate will return true also for localized collections.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected booleanisCollection(TypeModel type) booleantest(AttributeDescriptorModel attributeDescriptorModel)
-
Constructor Details
-
IsCollectionAttributePredicate
public IsCollectionAttributePredicate()
-
-
Method Details
-
test
- Specified by:
testin interfacePredicate<AttributeDescriptorModel>
-
isCollection
-