Uses of Interface
io.helidon.metadata.hson.Hson.Struct
Packages that use Hson.Struct
Package
Description
Tiny HSON parser and writer.
Metadata for service registry.
-
Uses of Hson.Struct in io.helidon.metadata.hson
Methods in io.helidon.metadata.hson that return Hson.StructModifier and TypeMethodDescriptiondefault Hson.Struct
Hson.Value.asStruct()
Get this parsed value as a struct.static Hson.Struct
Hson.Struct.create()
Create an empty struct.Methods in io.helidon.metadata.hson that return types with arguments of type Hson.StructModifier 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.Method parameters in io.helidon.metadata.hson with type arguments of type Hson.StructModifier 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
Methods in io.helidon.service.metadata that return Hson.StructModifier and TypeMethodDescriptionDescriptorMetadata.toHson()
Create the metadata in Helidon metadata format.