Package io.micronaut.core.convert.format
package io.micronaut.core.convert.format
Micronaut core type conversion formatting.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionAnnotation used to describe the format in the case where the format needs to be altered for the purposes of conversion.FormattingTypeConverter<S,
T, A extends Annotation> Allows configuration how map property values are injected.Specifies the type of the map that should be injected.Used byReadableBytesTypeConverter
to parse strings in the form 1MB to numbers.Converts String's to readable bytes.