Package io.micronaut.core.convert.format
Annotation Interface MapFormat
Allows configuration how map property values are injected.
- Since:
- 1.0
- Author:
- graemerocher
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Specifies the type of the map that should be injected. -
Optional Element Summary
Modifier and TypeOptional ElementDescription
-
Element Details
-
transformation
MapFormat.MapTransformation transformation- Returns:
- The map transformation to apply
- Default:
- NESTED
-
keyFormat
StringConvention keyFormat- Returns:
- The key format to apply to keys
- Default:
- HYPHENATED
-