Uses of Interface
io.helidon.common.mapper.Value
Package
Description
Provides the minimal set of types for immutable, tree-structured configuration access.
Support for mapping of types.
Support for parameters with multiple values.
Provides interfaces and classes for loading and working with immutable, tree-structured
configuration data.
Helidon Database Client API.
Helidon Database Client MongoDB.
HTTP APIs and implementations usable by both server and client side of the HTTP story.
-
Uses of Value in io.helidon.common.config
-
Uses of Value in io.helidon.common.mapper
Modifier and TypeInterfaceDescriptioninterface
A typed value with support for mapping (conversion) to other types.Modifier and TypeMethodDescription<N> Value
<N> Value.as
(GenericType<N> type) Convert this value to a different type using a mapper.<N> Value
<N> Convert this value to a different type using a mapper.<N> Value
<N> Convert thisValue
to a different type using a mapper function.Value.asBoolean()
Boolean typed value.Value.asDouble()
Double typed value.Value.asInt()
Integer typed value.Value.asLong()
Long typed value.Value.asString()
String typed value.static <T> Value
<T> Value.create
(MapperManager mapperManager, String name, T value, GenericType<T> type, String... qualifiers) Create a value backed by data.static <T> Value
<T> Value.create
(MapperManager mapperManager, String name, T value, String... qualifiers) Create a value backed by data. -
Uses of Value in io.helidon.common.parameters
Modifier and TypeMethodDescriptionA list of values for the named parameter.Get all values using a default value supplier if the parameter does not exist. -
Uses of Value in io.helidon.config
-
Uses of Value in io.helidon.dbclient
-
Uses of Value in io.helidon.dbclient.mongodb
-
Uses of Value in io.helidon.http
Modifier and TypeInterfaceDescriptioninterface
HTTP Header withHeaderName
and value.interface
Mutable header value.Modifier and TypeClassDescriptionclass
A generic representation of theContent-Disposition
header.