Package com.alibaba.fastjson.serializer
Interface PropertyPreFilter
-
- All Superinterfaces:
com.alibaba.fastjson2.filter.Filter,com.alibaba.fastjson2.filter.PropertyPreFilter,SerializeFilter
public interface PropertyPreFilter extends com.alibaba.fastjson2.filter.PropertyPreFilter, SerializeFilter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description booleanapply(JSONSerializer serializer, Object object, String name)default booleanprocess(com.alibaba.fastjson2.JSONWriter writer, Object source, String name)
-
-
-
Method Detail
-
process
default boolean process(com.alibaba.fastjson2.JSONWriter writer, Object source, String name)- Specified by:
processin interfacecom.alibaba.fastjson2.filter.PropertyPreFilter
-
apply
boolean apply(JSONSerializer serializer, Object object, String name)
-
-