Class NullAttributeValueGetterFactory
java.lang.Object
de.hybris.platform.integrationservices.model.impl.NullAttributeValueGetterFactory
- All Implemented Interfaces:
AttributeValueGetterFactory
public final class NullAttributeValueGetterFactory
extends Object
implements AttributeValueGetterFactory
An
AttributeValueGetterFactory that creates an NullAttributeValueGetter by default-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(@NotNull TypeAttributeDescriptor descriptor) Creates anAttributeValueGetterfor the givenTypeAttributeDescriptor
-
Constructor Details
-
NullAttributeValueGetterFactory
public NullAttributeValueGetterFactory()
-
-
Method Details
-
create
Description copied from interface:AttributeValueGetterFactoryCreates anAttributeValueGetterfor the givenTypeAttributeDescriptor- Specified by:
createin interfaceAttributeValueGetterFactory- Parameters:
descriptor- The TypeAttributeDescriptor to associate with this AttributeValueGetter- Returns:
- The corresponding AttributeValueGetter for the descriptor. If the condition isn't met to create the appropriate getter, a default value getter is returned.
-