Package com.cedarpolicy.value
package com.cedarpolicy.value
Contains the Java encodings of Cedar values. Initially, Cedar Values comprise either primitives,
maps, or lists, where primitives are either integers, strings, or booleans. There can also be
extensions to Cedar that define new value types.
-
ClassesClassDescriptionLists in the Cedar language.Represents a Cedar Map value.Represents a Cedar fixed-point decimal extension value.Represents a Cedar Entity UID.Represents a Cedar ip address extension value.Represents a primitive Cedar boolean value.Represents the primitive Cedar integer type.Represents a primitive Cedar string value.A value in the Cedar language model.