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 Detail

      • process

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