Package io.micronaut.core.convert.value
package io.micronaut.core.convert.value
Micronaut core type conversion of multiple values.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionSpecialization of
ConvertibleValues
where each name has multiple possible values.An implementation ofConvertibleMultiValues
that uses a backingLinkedHashMap
.An interface for classes that represent a map-like structure of values that can be converted.An implementation ofConvertibleValues
backed by a map.Implementation ofMutableConvertibleMultiValues
that operates against a backingLinkedHashMap
.AConvertibleValues
that is mutable.Mutable version ofConvertibleMultiValuesMap
.