Interface AttributeValueGetterFactory
-
- All Known Implementing Classes:
DefaultAttributeValueGetterFactory,NullAttributeValueGetterFactory
public interface AttributeValueGetterFactoryA factory to createAttributeValueGetters
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AttributeValueGettercreate(@NotNull TypeAttributeDescriptor descriptor)Creates anAttributeValueGetterfor the givenTypeAttributeDescriptor
-
-
-
Method Detail
-
create
AttributeValueGetter create(@NotNull @NotNull TypeAttributeDescriptor descriptor)
Creates anAttributeValueGetterfor the givenTypeAttributeDescriptor- 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.
-
-