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 Type
    Method
    Description
    default Object
    Used for deduplication of component that may have multiple proxies.
  • Method Details

    • getIdentity

      default Object getIdentity()
      Used for deduplication of component that may have multiple proxies. It's safe to use the default implementation.