Package de.danielbechler.diff.identity
Interface IdentityConfigurer
- All Known Implementing Classes:
IdentityService
public interface IdentityConfigurer
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionand()ofCollectionItems(NodePath nodePath) Allows to configure the way object identities are established between collection items.ofCollectionItems(Class<?> type, String propertyName) Allows to configure the way object identities are established between collection items.setDefaultCollectionItemIdentityStrategy(IdentityStrategy identityStrategy)
-
Method Details
-
ofCollectionItems
Allows to configure the way object identities are established between collection items. -
ofCollectionItems
Allows to configure the way object identities are established between collection items. -
setDefaultCollectionItemIdentityStrategy
-
and
ObjectDifferBuilder and()
-