Package de.danielbechler.diff.inclusion
Interface InclusionConfigurer.ToExclude
- Enclosing interface:
- InclusionConfigurer
public static interface InclusionConfigurer.ToExclude
-
Method Summary
Modifier and TypeMethodDescriptionalso()and()propertyName(String property) propertyNameOfType(Class<?> type, String... propertyNames) Excludes one or more properties of the given type.
-
Method Details
-
category
-
type
-
node
-
propertyName
-
propertyNameOfType
Excludes one or more properties of the given type.- Parameters:
type- The parent type for which the excluded properties should be specified.propertyNames- One or more property names to exclude.- See Also:
-
also
InclusionConfigurer also() -
and
ObjectDifferBuilder and()
-