Uses of Class
org.starcoin.serde.format.NamedVariantFormat
-
Packages that use NamedVariantFormat Package Description org.starcoin.serde.format Module defining the Abstract Syntax Tree (AST) of Serde formats.org.starcoin.serde.format.jackson -
-
Uses of NamedVariantFormat in org.starcoin.serde.format
Methods in org.starcoin.serde.format that return types with arguments of type NamedVariantFormat Modifier and Type Method Description Map<Integer,NamedVariantFormat>ContainerFormat.Enum. getIndexedNamedVariantFormats()Constructor parameters in org.starcoin.serde.format with type arguments of type NamedVariantFormat Constructor Description Enum(Map<Integer,NamedVariantFormat> indexedNamedVariantFormats) -
Uses of NamedVariantFormat in org.starcoin.serde.format.jackson
Methods in org.starcoin.serde.format.jackson that return NamedVariantFormat Modifier and Type Method Description protected NamedVariantFormatNamedVariantFormatDeserializer. newNamedInstance()
-