Package software.amazon.smithy.model.node
package software.amazon.smithy.model.node
-
ClassDescriptionRepresents an array of nodes.Builder used to efficiently create an ArrayNode.Represents a boolean node.Thrown by
Nodemethods that expect a node to be of a particular type or to have a particular member.Base class of for all Smithy model nodes.Non-numeric values for floats and doubles.Exception encountered during deserialization.Serializes and deserializes SmithyNodevalues to/from objects.Specifies the behavior of the mapper when attempting to deserialize an unknown property.JSON Pointer abstraction over SmithyNodevalues.Exception encountered during serialization.The set of possible node types.NodeVisitor<R>Node visitor interface.CreatesNodeVisitorthat return a default value when necessary when visiting nodes.Represents a null node.Represents a number node.Represents an object node.Builder used to efficiently create an ObjectNode.Represents a string node.A value that can be converted to aNode.