Uses of Interface
io.helidon.common.mapper.Mappers
Packages that use Mappers
- 
Uses of Mappers in io.helidon.common.mapper
Subinterfaces of Mappers in io.helidon.common.mapperModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version.Methods in io.helidon.common.mapper that return MappersModifier and TypeMethodDescriptionMappersConfig.Builder.build()MappersConfig.BuilderBase.MappersConfigImpl.build()static MappersMappers.create()Create mappers using defaults.static MappersMappers.create(MappersConfig config) Create newMappersusing the provided configuration.static MappersMappers.create(Consumer<MappersConfig.Builder> consumer) Create newMapperscustomizing its configuration.MappersConfig.BuilderBase.MappersConfigImpl.get()Methods in io.helidon.common.mapper with parameters of type MappersModifier and TypeMethodDescriptionstatic <T> OptionalValue<T> OptionalValue.create(Mappers mapperManager, String name, GenericType<T> type, String... qualifiers) Create an empty value.static <T> OptionalValue<T> Create an empty value.static <T> OptionalValue<T> OptionalValue.create(Mappers mapperManager, String name, T value, GenericType<T> type, String... qualifiers) Create a value backed by data.static <T> OptionalValue<T> Create a value backed by data.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. 
Mappersinstead