Uses of Interface
io.helidon.common.mapper.Value
Packages that use Value
-
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(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.