public static interface InclusionConfigurer.ToInclude
限定符和类型 | 方法和说明 |
---|---|
InclusionConfigurer |
also() |
ObjectDifferBuilder |
and() |
InclusionConfigurer.ToInclude |
category(java.lang.String category) |
InclusionConfigurer.ToInclude |
node(NodePath nodePath) |
InclusionConfigurer.ToInclude |
propertyName(java.lang.String propertyName) |
InclusionConfigurer.ToInclude |
propertyNameOfType(java.lang.Class<?> type,
java.lang.String... propertyNames)
Include one or more properties of the given type.
|
InclusionConfigurer.ToInclude |
type(java.lang.Class<?> type) |
InclusionConfigurer.ToInclude category(java.lang.String category)
InclusionConfigurer.ToInclude type(java.lang.Class<?> type)
InclusionConfigurer.ToInclude node(NodePath nodePath)
InclusionConfigurer.ToInclude propertyName(java.lang.String propertyName)
InclusionConfigurer.ToInclude propertyNameOfType(java.lang.Class<?> type, java.lang.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()