Class NullAttributeValueSetterFactory
java.lang.Object
de.hybris.platform.integrationservices.model.impl.NullAttributeValueSetterFactory
- All Implemented Interfaces:
AttributeValueSetterFactory
public final class NullAttributeValueSetterFactory
extends Object
implements AttributeValueSetterFactory
An
AttributeValueSetterFactory that creates an NullAttributeValueSetter by default-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(TypeAttributeDescriptor descriptor) Creates anAttributeValueSetterfor the givenTypeAttributeDescriptor
-
Constructor Details
-
NullAttributeValueSetterFactory
public NullAttributeValueSetterFactory()
-
-
Method Details
-
create
Description copied from interface:AttributeValueSetterFactoryCreates anAttributeValueSetterfor the givenTypeAttributeDescriptor- Specified by:
createin interfaceAttributeValueSetterFactory- Parameters:
descriptor- The TypeAttributeDescriptor to associate with this AttributeValueSetter- Returns:
- The corresponding AttributeValueSetters for the descriptor. If the condition isn't met to create the appropriate setter, a default value setter is returned
-