Class Expression
java.lang.Object
build.buf.protovalidate.internal.expression.Expression
Expression represents a single CEL expression.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic List<Expression> fromConstraints(List<Constraint> constraints) Constructs a new list ofExpressionfrom the given list of constraints.static List<Expression> fromPrivConstraints(List<Constraint> constraints) Constructs a new list ofExpressionfrom the given list of private constraints.
-
Field Details
-
id
The id of the constraint. -
message
The message of the constraint. -
expression
The expression of the constraint.
-
-
Method Details
-
fromPrivConstraints
Constructs a new list ofExpressionfrom the given list of private constraints.- Parameters:
constraints- The list of private constraints.- Returns:
- The list of expressions.
-
fromConstraints
Constructs a new list ofExpressionfrom the given list of constraints.- Parameters:
constraints- The list of constraints.- Returns:
- The list of expressions.
-