Package io.helidon.config.objectmapping
Mappers that can map
Config
to classes with factory methods, classes with Builders and
general "bean" classes with constructor and setters.
The magic is happening in ObjectConfigMapperProvider
which is a service implementing
ConfigMapperProvider
.-
Interface Summary Interface Description Value.None Class that represents not-set default values. -
Class Summary Class Description ObjectConfigMapperProvider Java beans support for configuration. -
Annotation Types Summary Annotation Type Description Transient Annotation used to exclude JavaBean property, method or constructor from JavaBean deserialization support.Value Annotation used to customize behaviour of JavaBean deserialization support.