Class ComposePropertyPreFilter

  • All Implemented Interfaces:
    com.alibaba.fastjson2.filter.Filter , com.alibaba.fastjson2.filter.PropertyPreFilter

    
    public class ComposePropertyPreFilter
     implements PropertyPreFilter
                        
    delta - the default return of this
    andOr - compose by `and` or `or`
    
    Since:

    2024-07-27

    Author:

    trydofor

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      boolean process(JSONWriter writer, Object source, String name)
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ComposePropertyPreFilter

        ComposePropertyPreFilter(boolean andOr, Array<PropertyPreFilter> filters)
      • ComposePropertyPreFilter

        ComposePropertyPreFilter(boolean delta, boolean andOr, Array<PropertyPreFilter> filters)
      • ComposePropertyPreFilter

        ComposePropertyPreFilter(boolean andOr, Collection<out PropertyPreFilter> filters)
      • ComposePropertyPreFilter

        ComposePropertyPreFilter(boolean delta, boolean andOr, Collection<out PropertyPreFilter> filters)