类 AllRoleMapperExpression
java.lang.Object
org.easysearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
org.easysearch.client.security.support.expressiondsl.expressions.AllRoleMapperExpression
- 所有已实现的接口:
RoleMapperExpression,org.easysearch.common.xcontent.ToXContent,org.easysearch.common.xcontent.ToXContentObject
public final class AllRoleMapperExpression extends CompositeRoleMapperExpression
An expression that evaluates to
true if-and-only-if all its children
evaluate to true.
An all expression with no children is always true.-
嵌套类概要
嵌套类 修饰符和类型 类 说明 static classAllRoleMapperExpression.Builder从接口继承的嵌套类/接口 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 -
方法概要
修饰符和类型 方法 说明 static AllRoleMapperExpression.Builderbuilder()从类继承的方法 org.easysearch.client.security.support.expressiondsl.expressions.CompositeRoleMapperExpression
equals, getElements, getName, hashCode, toXContent从类继承的方法 java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait从接口继承的方法 org.easysearch.common.xcontent.ToXContentObject
isFragment
-
方法详细资料
-
builder
-