Class JsonbPolysPathItemFilterProcessor<T>

  • Type Parameters:
    T - PolyString or String
    All Implemented Interfaces:
    FilterProcessor<PropertyValueFilter<T>>, RightHandProcessor

    public class JsonbPolysPathItemFilterProcessor<T>
    extends SinglePathItemFilterProcessor<T,​JsonbPath>
    Filter processor for multi-value property stored as JSONB array. These paths support only value equality (of any value), which is "contains" in DB terminology. Our filter "contains" (meaning substring) is *not* supported.