Uses of Class
org.starcoin.serde.format.Format
| Package | Description |
|---|---|
| org.starcoin.serde.format |
Module defining the Abstract Syntax Tree (AST) of Serde formats.
|
| org.starcoin.serde.format.jackson |
-
Uses of Format in org.starcoin.serde.format
Subclasses of Format in org.starcoin.serde.format Modifier and Type Class Description static classFormat.MapA map, e.g.static classFormat.OptionThe format of `Option`. static classFormat.PrimitiveThe formats of primitive types.static classFormat.SeqA sequence, e.g.static classFormat.TupleA tuple, e.g.static classFormat.TupleArrayAlias for `(Foo, ...static classFormat.TypeNameThe name of a container.Methods in org.starcoin.serde.format that return Format Modifier and Type Method Description FormatFormat.TupleArray. getContent()FormatContainerFormat.NewTypeStruct. getFormat()FormatFormat.Option. getFormat()FormatFormat.Seq. getFormat()FormatVariantFormat.NewType. getFormat()FormatFormat.Map. getKey()FormatFormat.Map. getValue()Methods in org.starcoin.serde.format that return types with arguments of type Format Modifier and Type Method Description List<Format>ContainerFormat.TupleStruct. getFormats()List<Format>Format.Tuple. getFormats()List<Format>VariantFormat.Tuple. getFormats()Constructors in org.starcoin.serde.format with parameters of type Format Constructor Description Map(Format key, Format value)NewType(Format format)NewTypeStruct(Format format)Option(Format format)Seq(Format format)TupleArray(Format content, int size) -
Uses of Format in org.starcoin.serde.format.jackson
Methods in org.starcoin.serde.format.jackson that return Format Modifier and Type Method Description FormatFormatDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in org.starcoin.serde.format.jackson that return types with arguments of type Format Modifier and Type Method Description protected Class<Format>NamedFormatDeserializer. valueType()