Uses of Interface
io.helidon.metadata.hson.Hson.Array
Packages that use Hson.Array
Package
Description
Tiny HSON parser and writer.
Metadata for service registry.
-
Uses of Hson.Array in io.helidon.metadata.hson
Methods in io.helidon.metadata.hson that return Hson.ArrayModifier and TypeMethodDescriptiondefault Hson.Array
Hson.Value.asArray()
Get this parsed value as an array.static Hson.Array
Hson.Array.create()
Create an empty JArray.static Hson.Array
Hson.Array.create
(double... values) Create a new array of Numbers from double values.static Hson.Array
Hson.Array.create
(float... values) Create a new array of Numbers from float values.static Hson.Array
Hson.Array.create
(int... values) Create a new array of Numbers from int values.static Hson.Array
Hson.Array.create
(long... values) Create a new array of Numbers from long values.static Hson.Array
Hson.Array.create
(List<? extends Hson.Value<?>> values) Create a new array of HSON values.static Hson.Array
Hson.Array.createBooleans
(List<Boolean> booleans) Create a new array of booleans.static Hson.Array
Hson.Array.createNumbers
(List<BigDecimal> numbers) Create a new array of Numbers.static Hson.Array
Hson.Array.createStrings
(List<String> strings) Create a new array of Strings.Methods in io.helidon.metadata.hson that return types with arguments of type Hson.ArrayMethods in io.helidon.metadata.hson with parameters of type Hson.ArrayModifier and TypeMethodDescriptionHson.Struct.Builder.set
(String key, Hson.Array value) Set an array. -
Uses of Hson.Array in io.helidon.service.metadata
Methods in io.helidon.service.metadata with parameters of type Hson.ArrayModifier and TypeMethodDescriptionstatic List
<DescriptorMetadata> Descriptors.descriptors
(String location, Hson.Array moduleRegistries) Get all service descriptors from the array of descriptors discovered from classpath (or other source).