Uses of Class
org.starcoin.serde.format.ContainerFormat
-
Packages that use ContainerFormat Package Description org.starcoin.serde.format Module defining the Abstract Syntax Tree (AST) of Serde formats.org.starcoin.serde.format.jackson org.starcoin.serde.format.jackson.utils org.starcoin.serde.format.utils -
-
Uses of ContainerFormat in org.starcoin.serde.format
Subclasses of ContainerFormat in org.starcoin.serde.format Modifier and Type Class Description static classContainerFormat.EnumAn enum, that is, an enumeration of variants.static classContainerFormat.NewTypeStructA struct with a single unnamed parameter, e.g.static classContainerFormat.StructA struct with named parameters, e.g.static classContainerFormat.TupleStructA struct with several unnamed parameters, e.g.static classContainerFormat.UnitStructAn empty struct, e.g. -
Uses of ContainerFormat in org.starcoin.serde.format.jackson
Methods in org.starcoin.serde.format.jackson that return ContainerFormat Modifier and Type Method Description ContainerFormatContainerFormatDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser p, com.fasterxml.jackson.databind.DeserializationContext ctxt) -
Uses of ContainerFormat in org.starcoin.serde.format.jackson.utils
Methods in org.starcoin.serde.format.jackson.utils that return types with arguments of type ContainerFormat Modifier and Type Method Description static Map<String,ContainerFormat>MappingUtils. toContainerFormatMap(com.fasterxml.jackson.databind.ObjectMapper objectMapper, Map<String,Object> map)Convert 'dynamic' map(probably loaded directly from YAML/JSON) to ContainerFormat map. -
Uses of ContainerFormat in org.starcoin.serde.format.utils
Method parameters in org.starcoin.serde.format.utils with type arguments of type ContainerFormat Modifier and Type Method Description static List<String>ReferenceUtils. getReferencedExternalContainerTypeNames(Map<String,ContainerFormat> containerFormatMap, List<Map<String,ContainerFormat>> externalContainerFormatMap)static List<String>ReferenceUtils. getReferencedExternalContainerTypeNames(Map<String,ContainerFormat> containerFormatMap, List<Map<String,ContainerFormat>> externalContainerFormatMap)static Map<String,Object>ReferenceUtils. includeExternalObjects(Map<String,Object> originMap, com.fasterxml.jackson.databind.ObjectMapper objectMapper, List<Map<String,ContainerFormat>> externalContainerFormatMap, List<Map<String,Object>> externalMaps)static Map<String,Object>ReferenceUtils. includeExternalObjects(Map<String,Object> originMap, Map<String,ContainerFormat> containerFormatMap, List<Map<String,ContainerFormat>> externalContainerFormatMap, List<Map<String,Object>> externalMaps)
-