接口的使用
cool.scx.common.field_filter.FieldFilter
使用FieldFilter的程序包
-
cool.scx.common.field_filter中FieldFilter的使用
修饰符和类型方法说明protected FieldFilterAbstractFieldFilter._addFieldNames(String... fieldNames) 添加 包含类型的列protected FieldFilterAbstractFieldFilter._removeFieldNames(String... fieldNames) 根据指定名称 移除 包含类型的列ExcludedFieldFilter.addExcluded(String... fieldNames) FieldFilter.addExcluded(String... fieldNames) 添加 黑名单IncludedFieldFilter.addExcluded(String... fieldNames) ExcludedFieldFilter.addIncluded(String... fieldNames) FieldFilter.addIncluded(String... fieldNames) 添加 白名单IncludedFieldFilter.addIncluded(String... fieldNames) AbstractFieldFilter.clear()清除所有 包含类型的列FieldFilter.clear()清除所有 包含类型的列AbstractFieldFilter.ignoreNullValue(boolean ignoreNullValue) FieldFilter.ignoreNullValue(boolean ignoreNullValue) static FieldFilterFieldFilter.ofExcluded(String... fieldNames) 黑名单模式static FieldFilterFieldFilter.ofIncluded(String... fieldNames) 白名单模式ExcludedFieldFilter.removeExcluded(String... fieldNames) FieldFilter.removeExcluded(String... fieldNames) 移除黑名单IncludedFieldFilter.removeExcluded(String... fieldNames) ExcludedFieldFilter.removeIncluded(String... fieldNames) FieldFilter.removeIncluded(String... fieldNames) 移除白名单IncludedFieldFilter.removeIncluded(String... fieldNames) -
cool.scx.common.jackson中FieldFilter的使用
参数类型为FieldFilter的cool.scx.common.jackson中的方法修饰符和类型方法说明static com.fasterxml.jackson.databind.ser.FilterProviderJacksonHelper.getFilterProvider(FieldFilter fieldFilter) -
cool.scx.common.util中FieldFilter的使用
参数类型为FieldFilter的cool.scx.common.util中的方法