Uses of Interface
io.helidon.metadata.hson.Hson.Array
Packages that use Hson.Array
Package
Description
Metadata for Helidon Features.
Tiny HSON parser and writer.
Metadata for service registry.
-
Uses of Hson.Array in io.helidon.common.features.metadata
Methods in io.helidon.common.features.metadata with parameters of type Hson.ArrayModifier and TypeMethodDescriptionstatic List<FeatureMetadata> FeatureRegistry.metadata(String location, Hson.Array root) Get all feature metadata from the provided root. -
Uses of Hson.Array in io.helidon.metadata.hson
Methods in io.helidon.metadata.hson that return Hson.ArrayModifier and TypeMethodDescriptiondefault Hson.ArrayHson.Value.asArray()Get this parsed value as an array.static Hson.ArrayHson.Array.create()Create an empty JArray.static Hson.ArrayHson.Array.create(double... values) Create a new array of Numbers from double values.static Hson.ArrayHson.Array.create(float... values) Create a new array of Numbers from float values.static Hson.ArrayHson.Array.create(int... values) Create a new array of Numbers from int values.static Hson.ArrayHson.Array.create(long... values) Create a new array of Numbers from long values.static Hson.ArrayHson.Array.create(List<? extends Hson.Value<?>> values) Create a new array of HSON values.static Hson.ArrayHson.Array.createBooleans(List<Boolean> booleans) Create a new array of booleans.static Hson.ArrayHson.Array.createNumbers(List<BigDecimal> numbers) Create a new array of Numbers.static Hson.ArrayHson.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).