public static interface InclusionConfigurer.ToInclude
Modifier and Type | Method and Description |
---|---|
InclusionConfigurer |
also() |
ObjectDifferBuilder |
and() |
InclusionConfigurer.ToInclude |
category(String category) |
InclusionConfigurer.ToInclude |
node(NodePath nodePath) |
InclusionConfigurer.ToInclude |
propertyName(String propertyName) |
InclusionConfigurer.ToInclude |
propertyNameOfType(Class<?> type,
String... propertyNames)
Include one or more properties of the given type.
|
InclusionConfigurer.ToInclude |
type(Class<?> type) |
InclusionConfigurer.ToInclude category(String category)
InclusionConfigurer.ToInclude type(Class<?> type)
InclusionConfigurer.ToInclude node(NodePath nodePath)
InclusionConfigurer.ToInclude propertyName(String propertyName)
InclusionConfigurer.ToInclude propertyNameOfType(Class<?> type, String... propertyNames)
type
- The parent type for which the included properties should be specified.propertyNames
- One or more property names to include.ObjectDiffProperty.inclusion()
InclusionConfigurer also()
ObjectDifferBuilder and()
Copyright © 2015. All rights reserved.