public interface IdentityConfigurer
Modifier and Type | Interface and Description |
---|---|
static interface |
IdentityConfigurer.OfCollectionItems |
Modifier and Type | Method and Description |
---|---|
ObjectDifferBuilder |
and() |
IdentityConfigurer.OfCollectionItems |
ofCollectionItems(Class<?> type,
String propertyName)
Allows to configure the way object identities are established between collection items.
|
IdentityConfigurer.OfCollectionItems |
ofCollectionItems(NodePath nodePath)
Allows to configure the way object identities are established between collection items.
|
IdentityConfigurer.OfCollectionItems ofCollectionItems(NodePath nodePath)
IdentityConfigurer.OfCollectionItems ofCollectionItems(Class<?> type, String propertyName)
ObjectDifferBuilder and()
Copyright © 2016. All rights reserved.