Class ExcludePropertyPreFilter
-
- All Implemented Interfaces:
-
com.alibaba.fastjson2.filter.Filter,com.alibaba.fastjson2.filter.PropertyPreFilter
public class ExcludePropertyPreFilter implements PropertyPreFilterexclude the prop if * instance of class * name match regexp * name equal- Since:
2024-07-27
trydofor
-
-
Constructor Summary
Constructors Constructor Description ExcludePropertyPreFilter(Object exclude)support exclude type, * Class - object is instance of * String - name equals * Pattern - name matches regexp * Collection - any of above type * Object[] - any of above type
-
Method Summary
-
-
Constructor Detail
-
ExcludePropertyPreFilter
ExcludePropertyPreFilter(Object exclude)
support exclude type, * Class - object is instance of * String - name equals * Pattern - name matches regexp * Collection - any of above type * Object[] - any of above type
-
-
-
-