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

    Modifier and Type
    Method
    Description
    boolean
    apply(JSONSerializer serializer, Object object, String name)
     
    default boolean
    process(com.alibaba.fastjson2.JSONWriter writer, Object source, String name)
     
  • Method Details

    • process

      default boolean process(com.alibaba.fastjson2.JSONWriter writer, Object source, String name)
      Specified by:
      process in interface com.alibaba.fastjson2.filter.PropertyPreFilter
    • apply

      boolean apply(JSONSerializer serializer, Object object, String name)