Package io.micronaut.core.value
Micronaut core property and value resolution.
- Since:
- 1.0
-
Interface Summary Interface Description OptionalMultiValues<V> OptionalValues<V> A simple type safe abstraction over a map of optional values.PropertyResolver A property resolver is capable of resolving properties from an underlying property source.ValueResolver<K extends java.lang.CharSequence> An interface for any type that is able to resolve and convert values. -
Class Summary Class Description MapPropertyResolver APropertyResolver
that resolves values from a backing map.OptionalValuesMap<T> Default implementation ofOptionalValues
. -
Exception Summary Exception Description PropertyNotFoundException Thrown when a property cannot be resolved.ValueException An exception that occurs related to configuration.