Package software.amazon.smithy.rulesengine.language.syntax.expressions.literal
package software.amazon.smithy.rulesengine.language.syntax.expressions.literal
-
ClassDescriptionA boolean literal value, containing true or false.An integer literal value, containing integer values greater than or equal to 0.Literals allow rules and properties to define arbitrarily nested JSON structures (e.g.for properties)Literal visitor interface.A record literal value, containing a map of identifiers to other literals.A string literal value, containing a template.A tuple value, containing a list of other literals.