Package com.atlassian.jira.component
Interface IdentifiableComponent
- All Known Subinterfaces:
CustomFieldValuePersister,LabelManager
- All Known Implementing Classes:
DefaultLabelManager,EagerLoadingOfBizCustomFieldPersister,OfBizCustomFieldValuePersister
@ExperimentalApi
public interface IdentifiableComponent
- Since:
- 8.10
-
Method Summary
Modifier and TypeMethodDescriptiondefault ObjectUsed for deduplication of component that may have multiple proxies.
-
Method Details
-
getIdentity
Used for deduplication of component that may have multiple proxies. It's safe to use the default implementation.
-