Index

G I K M O T V W 
All Classes and Interfaces|All Packages|Constant Field Values

G

get() - Method in interface io.helidon.config.objectmapping.Value.None
 

I

io.helidon.config.objectmapping - module io.helidon.config.objectmapping
config module.
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.

K

key() - Element in annotation interface io.helidon.config.objectmapping.Value
Specifies a key of configuration node to be used to set JavaBean property value from.

M

mapper(Class<T>) - Method in class io.helidon.config.objectmapping.ObjectConfigMapperProvider
 
mappers() - Method in class io.helidon.config.objectmapping.ObjectConfigMapperProvider
 

O

ObjectConfigMapperProvider - Class in io.helidon.config.objectmapping
Java beans support for configuration.
ObjectConfigMapperProvider() - Constructor for class io.helidon.config.objectmapping.ObjectConfigMapperProvider
 

T

Transient - Annotation Interface in io.helidon.config.objectmapping
Annotation used to exclude JavaBean property, method or constructor from JavaBean deserialization support.

V

Value - Annotation Interface in io.helidon.config.objectmapping
Annotation used to customize behaviour of JavaBean deserialization support.
VALUE - Static variable in interface io.helidon.config.objectmapping.Value.None
Value to use when a null value should be the default.
Value.None - Interface in io.helidon.config.objectmapping
Class that represents not-set default values.

W

withDefault() - Element in annotation interface io.helidon.config.objectmapping.Value
Specifies default value in form of single String value that will be used to set JavaBean property value in case configuration does not contain a config node of appropriate config key.
withDefaultSupplier() - Element in annotation interface io.helidon.config.objectmapping.Value
Specifies supplier of default value that will be used to set JavaBean property value in case configuration does not contain config node of appropriate config key.
G I K M O T V W 
All Classes and Interfaces|All Packages|Constant Field Values