Uses of Interface
io.helidon.common.mapper.Value
Packages that use 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
Subinterfaces of Value in io.helidon.common.config -
Uses of Value in io.helidon.common.mapper
Subinterfaces of Value in io.helidon.common.mapperModifier and TypeInterfaceDescriptioninterface
A typed value with support for mapping (conversion) to other types.Methods in io.helidon.common.mapper that return ValueModifier 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
Methods in io.helidon.common.parameters that return types with arguments of type ValueModifier and TypeMethodDescriptionA list of values for the named parameter.Get all values using a default value supplier if the parameter does not exist.Method parameters in io.helidon.common.parameters with type arguments of type Value -
Uses of Value in io.helidon.config
Subinterfaces of Value in io.helidon.config -
Uses of Value in io.helidon.dbclient
Subinterfaces of Value in io.helidon.dbclientClasses in io.helidon.dbclient that implement ValueMethods in io.helidon.dbclient that return Value -
Uses of Value in io.helidon.dbclient.mongodb
Classes in io.helidon.dbclient.mongodb that implement Value -
Uses of Value in io.helidon.http
Subinterfaces of Value in io.helidon.httpModifier and TypeInterfaceDescriptioninterface
HTTP Header withHeaderName
and value.interface
Mutable header value.Classes in io.helidon.http that implement ValueModifier and TypeClassDescriptionclass
A generic representation of theContent-Disposition
header.Methods in io.helidon.http that return Value