Config to classes with factory methods, classes with Builders and
general "bean" classes with constructor and setters.See: Description
| Interface | Description |
|---|---|
| Value.None |
Class that represents not-set default values.
|
| Class | Description |
|---|---|
| ObjectConfigMapperProvider |
Java beans support for configuration.
|
| 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.
|
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.Copyright © 2018, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.