Interface ToExpression
- All Known Implementing Classes:
AwsPartition
,BooleanEquals
,BooleanLiteral
,Condition
,Expression
,GetAttr
,IntegerLiteral
,IsSet
,IsValidHostLabel
,IsVirtualHostableS3Bucket
,LibraryFunction
,Literal
,Not
,Parameter
,ParseArn
,ParseUrl
,RecordLiteral
,Reference
,StringEquals
,StringLiteral
,Substring
,SyntaxElement
,TupleLiteral
,UriEncode
public interface ToExpression
Supplies functionality to be coercible into
Expression
s for
use in composing rule-sets in code.-
Method Summary
-
Method Details
-
toExpression
Expression toExpression()Convert this into an expression.- Returns:
- the expression.
-