java.lang.Object
org.elasticsearch.xpack.core.security.authc.support.mapper.expressiondsl.ExceptExpression
All Implemented Interfaces:
NamedWriteable, Writeable, ToXContent, ToXContentObject, RoleMapperExpression

public final class ExceptExpression extends Object implements RoleMapperExpression
A negating expression. That is, this expression evaluates to true if-and-only-if its delegate expression evaluate to false. Syntactically, except expressions are intended to be children of all expressions (AllExpression).