Uses of Interface
io.helidon.common.mapper.Value
Packages that use Value
Package
Description
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.mapper
Subinterfaces of Value in io.helidon.common.mapperModifier and TypeInterfaceDescriptioninterfaceA 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 thisValueto 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(Mappers mapperManager, String name, T value, GenericType<T> type, String... qualifiers) Create a value backed by data.static <T> Value<T> Create a value backed by data.static <T> Value<T> Value.create(String name, T value, GenericType<T> type, String... qualifiers) Create a value backed by data.static <T> Value<T> 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 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 TypeInterfaceDescriptioninterfaceHTTP Header withHeaderNameand value.interfaceMutable header value.Classes in io.helidon.http that implement ValueModifier and TypeClassDescriptionclassA generic representation of theContent-Dispositionheader.Methods in io.helidon.http that return Value