public static interface InclusionConfigurer.ToExclude
限定符和类型 | 方法和说明 |
---|---|
InclusionConfigurer |
also() |
ObjectDifferBuilder |
and() |
InclusionConfigurer.ToExclude |
category(java.lang.String category) |
InclusionConfigurer.ToExclude |
node(NodePath nodePath) |
InclusionConfigurer.ToExclude |
propertyName(java.lang.String property) |
InclusionConfigurer.ToExclude |
propertyNameOfType(java.lang.Class<?> type,
java.lang.String... propertyNames)
Excludes one or more properties of the given type.
|
InclusionConfigurer.ToExclude |
type(java.lang.Class<?> type) |
InclusionConfigurer.ToExclude category(java.lang.String category)
InclusionConfigurer.ToExclude type(java.lang.Class<?> type)
InclusionConfigurer.ToExclude node(NodePath nodePath)
InclusionConfigurer.ToExclude propertyName(java.lang.String property)
InclusionConfigurer.ToExclude propertyNameOfType(java.lang.Class<?> type, java.lang.String... propertyNames)
type
- The parent type for which the excluded properties should be specified.propertyNames
- One or more property names to exclude.ObjectDiffProperty.inclusion()
,
ObjectDiffProperty.excluded()
InclusionConfigurer also()
ObjectDifferBuilder and()