Package io.helidon.config.objectmapping


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.
  • Class
    Description
    Java beans support for configuration.
    Annotation used to exclude JavaBean property, method or constructor from JavaBean deserialization support.
    Annotation used to customize behaviour of JavaBean deserialization support.
    Class that represents not-set default values.