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 interface
A representation of HSON array.static interface
HSON Struct.Methods 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.Array
Hson.Array.create
(List<? extends Hson.Value<?>> values) Create a new array of HSON values.