public static interface InclusionConfigurer.ToExclude
Modifier and Type | Method and Description |
---|---|
InclusionConfigurer |
also() |
ObjectDifferBuilder |
and() |
InclusionConfigurer.ToExclude |
category(String category) |
InclusionConfigurer.ToExclude |
node(NodePath nodePath) |
InclusionConfigurer.ToExclude |
propertyName(String property) |
InclusionConfigurer.ToExclude |
propertyNameOfType(Class<?> type,
String... propertyNames)
Excludes one or more properties of the given type.
|
InclusionConfigurer.ToExclude |
type(Class<?> type) |
InclusionConfigurer.ToExclude category(String category)
InclusionConfigurer.ToExclude type(Class<?> type)
InclusionConfigurer.ToExclude node(NodePath nodePath)
InclusionConfigurer.ToExclude propertyName(String property)
InclusionConfigurer.ToExclude propertyNameOfType(Class<?> type, 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()
Copyright © 2016. All rights reserved.