Interface AttributeValueAccessorFactory
- All Known Implementing Classes:
DefaultAttributeValueAccessorFactory
public interface AttributeValueAccessorFactory
A factory to create
AttributeValueAccessors-
Method Summary
Modifier and TypeMethodDescriptioncreate(@NotNull TypeAttributeDescriptor descriptor) Creates anAttributeValueAccessorfor the givenTypeAttributeDescriptor
-
Method Details
-
create
Creates anAttributeValueAccessorfor the givenTypeAttributeDescriptor- 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.
-