public abstract class NullFilter extends AttributeFilterProvider
AttributeFilter annotation.
A null filter accepts an object. The Object.toString() representation of that object will be parsed to a boolean
if the object is not instance of Boolean.
If the resulting boolean is true, the filter will apply an is null restriction, otherwise an is not null restriction.| Constructor and Description |
|---|
NullFilter() |
Copyright © 2014–2018 Blazebit. All rights reserved.