Uses of Interface
io.helidon.metadata.hson.Hson.Struct
Package
Description
Tiny HSON parser and writer.
Metadata for service registry.
-
Uses of Hson.Struct in io.helidon.metadata.hson
Modifier and TypeMethodDescriptiondefault Hson.Struct
Hson.Value.asStruct()
Get this parsed value as a struct.static Hson.Struct
Hson.Struct.create()
Create an empty struct.Modifier and TypeMethodDescriptionHson.Array.getStructs()
Assume this is an array of structs, and return the list.Hson.Struct.structArray
(String key) Get struct array value.Hson.Struct.structValue
(String key) Get struct value.Modifier and TypeMethodDescriptionHson.Struct.Builder.setStructs
(String key, List<Hson.Struct> value) Set an array of structs. -
Uses of Hson.Struct in io.helidon.service.metadata
Modifier and TypeMethodDescriptionDescriptorMetadata.toHson()
Create the metadata in Helidon metadata format.