Uses of Class
org.starcoin.serde.format.NamedFormat
-
Packages that use NamedFormat Package Description org.starcoin.serde.format Module defining the Abstract Syntax Tree (AST) of Serde formats.org.starcoin.serde.format.jackson -
-
Uses of NamedFormat in org.starcoin.serde.format
Methods in org.starcoin.serde.format that return types with arguments of type NamedFormat Modifier and Type Method Description List<NamedFormat>ContainerFormat.Struct. getNamedFormats()List<NamedFormat>VariantFormat.Struct. getNamedFormats()Constructor parameters in org.starcoin.serde.format with type arguments of type NamedFormat Constructor Description Struct(List<NamedFormat> namedFormats)Struct(List<NamedFormat> namedFormats) -
Uses of NamedFormat in org.starcoin.serde.format.jackson
Methods in org.starcoin.serde.format.jackson that return NamedFormat Modifier and Type Method Description protected NamedFormatNamedFormatDeserializer. newNamedInstance()
-