Class NullAttributeValueGetterFactory
- java.lang.Object
-
- de.hybris.platform.integrationservices.model.impl.NullAttributeValueGetterFactory
-
- All Implemented Interfaces:
AttributeValueGetterFactory
public final class NullAttributeValueGetterFactory extends java.lang.Object implements AttributeValueGetterFactory
AnAttributeValueGetterFactorythat creates anNullAttributeValueGetterby default
-
-
Constructor Summary
Constructors Constructor Description NullAttributeValueGetterFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AttributeValueGettercreate(@NotNull TypeAttributeDescriptor descriptor)Creates anAttributeValueGetterfor the givenTypeAttributeDescriptor
-
-
-
Method Detail
-
create
public AttributeValueGetter create(@NotNull @NotNull TypeAttributeDescriptor descriptor)
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.
-
-