Package io.micronaut.core.convert.value
Micronaut core type conversion of multiple values.
- Since:
- 1.0
-
Interface Summary Interface Description ConvertibleMultiValues<V> Specialization ofConvertibleValues
where each name has multiple possible values.ConvertibleValues<V> An interface for classes that represent a map-like structure of values that can be converted.MutableConvertibleMultiValues<V> MutableConvertibleValues<V> AConvertibleValues
that is mutable. -
Class Summary Class Description ConvertibleMultiValuesMap<V> An implementation ofConvertibleMultiValues
that uses a backingLinkedHashMap
.ConvertibleValuesMap<V> An implementation ofConvertibleValues
backed by a map.MutableConvertibleMultiValuesMap<V> Implementation ofMutableConvertibleMultiValues
that operates against a backingLinkedHashMap
.MutableConvertibleValuesMap<V> Mutable version ofConvertibleMultiValuesMap
.