Package io.micronaut.core.convert.value
Micronaut core type conversion of multiple values.
- Since:
- 1.0
-
Interface Summary Interface Description ConvertibleMultiValues<V> Specialization ofConvertibleValueswhere 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> AConvertibleValuesthat is mutable. -
Class Summary Class Description ConvertibleMultiValuesMap<V> An implementation ofConvertibleMultiValuesthat uses a backingLinkedHashMap.ConvertibleValuesMap<V> An implementation ofConvertibleValuesbacked by a map.MutableConvertibleMultiValuesMap<V> Implementation ofMutableConvertibleMultiValuesthat operates against a backingLinkedHashMap.MutableConvertibleValuesMap<V> Mutable version ofConvertibleMultiValuesMap.