Interface AttributeValueSetterFactory
- All Known Implementing Classes:
DefaultAttributeValueSetterFactory,NullAttributeValueSetterFactory
public interface AttributeValueSetterFactory
A factory to create
AttributeValueSetters-
Method Summary
Modifier and TypeMethodDescriptioncreate(TypeAttributeDescriptor descriptor) Creates anAttributeValueSetterfor the givenTypeAttributeDescriptor
-
Method Details
-
create
Creates anAttributeValueSetterfor the givenTypeAttributeDescriptor- 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
-