com.alibaba.fastjson.support.spring
Class PropertyPreFilters
- java.lang.Object
-
- com.alibaba.fastjson.support.spring.PropertyPreFilters
public class PropertyPreFilters extends Object
SimplePropertyPreFilter
的一个简单封装- Author:
- yanquanyu, liuming
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description class
PropertyPreFilters.MySimplePropertyPreFilter
Constructor Summary
Constructors Constructor and Description PropertyPreFilters()
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description PropertyPreFilters.MySimplePropertyPreFilter
addFilter()
PropertyPreFilters.MySimplePropertyPreFilter
addFilter(Class<?> clazz, String... properties)
PropertyPreFilters.MySimplePropertyPreFilter
addFilter(String... properties)
List<PropertyPreFilters.MySimplePropertyPreFilter>
getFilters()
void
setFilters(List<PropertyPreFilters.MySimplePropertyPreFilter> filters)
PropertyPreFilters.MySimplePropertyPreFilter[]
toFilters()
-
Method Detail
addFilter
public PropertyPreFilters.MySimplePropertyPreFilter addFilter()
addFilter
public PropertyPreFilters.MySimplePropertyPreFilter addFilter(String... properties)
addFilter
public PropertyPreFilters.MySimplePropertyPreFilter addFilter(Class<?> clazz, String... properties)
getFilters
public List<PropertyPreFilters.MySimplePropertyPreFilter> getFilters()
setFilters
public void setFilters(List<PropertyPreFilters.MySimplePropertyPreFilter> filters)
toFilters
public PropertyPreFilters.MySimplePropertyPreFilter[] toFilters()
Copyright © 2012–2021 Alibaba Group. All rights reserved.