Uses of Interface
io.helidon.metadata.hson.Hson.Value
-
Uses of Hson.Value in io.helidon.metadata.hson
Modifier and TypeInterfaceDescriptionstatic interface
A representation of HSON array.static interface
HSON Struct.Modifier and TypeMethodDescriptionstatic Hson.Value
<?> Hson.parse
(InputStream inputStream) Parse the data into a value.Modifier and TypeMethodDescriptionHson.Struct.Builder.set
(String key, Hson.Value<?> value) Set a value.Modifier and TypeMethodDescriptionstatic Hson.Array
Hson.Array.create
(List<? extends Hson.Value<?>> values) Create a new array of HSON values.