Interface FieldPolicy
- All Known Implementing Classes:
FieldPolicyImpl
public interface FieldPolicy
字段策略
- Version:
- 0.0.1
- Author:
- scx567888
-
Method Summary
Modifier and TypeMethodDescription排除fieldExpression(String fieldName, String expression) 设置字段表达式获取字段表达式String[]获取 FieldName获取当前模式boolean是否忽略 空值ignoreNullValue(boolean ignoreNullValue) 设置忽略空值包含
-
Method Details
-
included
包含 -
excluded
排除 -
filterMode
FilterMode filterMode()获取当前模式 -
fieldNames
String[] fieldNames()获取 FieldName -
ignoreNullValue
设置忽略空值 -
ignoreNullValue
boolean ignoreNullValue()是否忽略 空值 -
fieldExpression
设置字段表达式 -
fieldExpressions
-