类 ExceptRoleMapperExpression
java.lang.Object
org.easysearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
org.easysearch.client.security.support.expressiondsl.expressions.ExceptRoleMapperExpression
- 所有已实现的接口:
RoleMapperExpression,org.easysearch.common.xcontent.ToXContent,org.easysearch.common.xcontent.ToXContentObject
public final class ExceptRoleMapperExpression extends CompositeRoleMapperExpression
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 (AllRoleMapperExpression).-
嵌套类概要
从接口继承的嵌套类/接口 org.easysearch.common.xcontent.ToXContent
org.easysearch.common.xcontent.ToXContent.DelegatingMapParams, org.easysearch.common.xcontent.ToXContent.MapParams, org.easysearch.common.xcontent.ToXContent.Params -
字段概要
从接口继承的字段 org.easysearch.common.xcontent.ToXContent
EMPTY_PARAMS -
构造器概要
构造器 构造器 说明 ExceptRoleMapperExpression(RoleMapperExpression expression) -
方法概要
修饰符和类型 方法 说明 org.easysearch.common.xcontent.XContentBuildertoXContent(org.easysearch.common.xcontent.XContentBuilder builder, org.easysearch.common.xcontent.ToXContent.Params params)从类继承的方法 org.easysearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
equals, getElements, getName, hashCode从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.easysearch.common.xcontent.ToXContentObject
isFragment
-
构造器详细资料
-
ExceptRoleMapperExpression
-
-
方法详细资料
-
toXContent
public org.easysearch.common.xcontent.XContentBuilder toXContent(org.easysearch.common.xcontent.XContentBuilder builder, org.easysearch.common.xcontent.ToXContent.Params params) throws java.io.IOException- 指定者:
toXContent在接口中org.easysearch.common.xcontent.ToXContent- 覆盖:
toXContent在类中CompositeRoleMapperExpression- 抛出:
java.io.IOException
-