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 Expressions for use in composing rule-sets in code.
  • Method Summary

    Modifier and Type
    Method
    Description
    Convert this into an expression.
  • Method Details

    • toExpression

      Expression toExpression()
      Convert this into an expression.
      Returns:
      the expression.