Class SimplePropertyPreFilter

java.lang.Object
com.alibaba.fastjson2.filter.SimplePropertyPreFilter
com.alibaba.fastjson.serializer.SimplePropertyPreFilter
All Implemented Interfaces:
SerializeFilter, com.alibaba.fastjson2.filter.Filter, com.alibaba.fastjson2.filter.PropertyPreFilter

public class SimplePropertyPreFilter extends com.alibaba.fastjson2.filter.SimplePropertyPreFilter implements SerializeFilter
  • Constructor Details

    • SimplePropertyPreFilter

      public SimplePropertyPreFilter(String... properties)
    • SimplePropertyPreFilter

      public SimplePropertyPreFilter(Class<?> clazz, String... properties)