Package de.danielbechler.diff.inclusion
Interface InclusionConfigurer.ToInclude
- Enclosing interface:
- InclusionConfigurer
public static interface InclusionConfigurer.ToInclude
-
Method Summary
Modifier and TypeMethodDescriptionalso()and()propertyName(String propertyName) propertyNameOfType(Class<?> type, String... propertyNames) Include one or more properties of the given type.
-
Method Details
-
category
-
type
-
node
-
propertyName
-
propertyNameOfType
Include one or more properties of the given type. This automatically causes all other properties of that type to be implicitly excluded. However, unlike other inclusion mechanisms, this doesn't exclude properties of other types.- Parameters:
type- The parent type for which the included properties should be specified.propertyNames- One or more property names to include.- See Also:
-
also
InclusionConfigurer also() -
and
ObjectDifferBuilder and()
-