Uses of Interface
io.helidon.metadata.hson.Hson.Value
Packages that use Hson.Value
-
Uses of Hson.Value in io.helidon.metadata.hson
Subinterfaces of Hson.Value in io.helidon.metadata.hsonModifier and TypeInterfaceDescriptionstatic interfaceA representation of HSON array.static interfaceHSON Struct.Subinterfaces with type arguments of type Hson.Value in io.helidon.metadata.hsonMethods in io.helidon.metadata.hson that return Hson.ValueModifier and TypeMethodDescriptionstatic Hson.Value<?> Hson.parse(InputStream inputStream) Parse the data into a value.Methods in io.helidon.metadata.hson that return types with arguments of type Hson.ValueMethods in io.helidon.metadata.hson with parameters of type Hson.ValueModifier and TypeMethodDescriptionHson.Struct.Builder.set(String key, Hson.Value<?> value) Set a value.Method parameters in io.helidon.metadata.hson with type arguments of type Hson.ValueModifier and TypeMethodDescriptionstatic Hson.ArrayHson.Array.create(List<? extends Hson.Value<?>> values) Create a new array of HSON values.