Package io.micronaut.core.value
package io.micronaut.core.value
Micronaut core property and value resolution.
- Since:
- 1.0
- Author:
- graemerocher
-
ClassDescriptionA
PropertyResolver
that resolves values from a backing map.A simple type safe abstraction over a map of optional values.Default implementation ofOptionalValues
.Thrown when a property cannot be resolved.A property resolver is capable of resolving properties from an underlying property source.An exception that occurs related to configuration.ValueResolver<K extends CharSequence>An interface for any type that is able to resolve and convert values.