Class DefaultAttributeValueAccessorFactory
java.lang.Object
de.hybris.platform.integrationservices.model.impl.DefaultAttributeValueAccessorFactory
- All Implemented Interfaces:
AttributeValueAccessorFactory
public class DefaultAttributeValueAccessorFactory
extends Object
implements AttributeValueAccessorFactory
Default implementation of the
AttributeValueAccessorFactory. It assembles the accessor by combining a getter and a
setter produced by the corresponding factories.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(TypeAttributeDescriptor descriptor) Creates anAttributeValueAccessorfor the givenTypeAttributeDescriptorvoidvoid
-
Constructor Details
-
DefaultAttributeValueAccessorFactory
public DefaultAttributeValueAccessorFactory()
-
-
Method Details
-
create
Description copied from interface:AttributeValueAccessorFactoryCreates anAttributeValueAccessorfor the givenTypeAttributeDescriptor- Specified by:
createin interfaceAttributeValueAccessorFactory- Parameters:
descriptor- The TypeAttributeDescriptor to associate with this AttributeValueAccessor- Returns:
- The corresponding AttributeValueAccessor for the descriptor. If the condition isn't met to create the appropriate accessor, a default value accessor is returned.
-
setGetterFactory
-
setSetterFactory
-