| Package | Description |
|---|---|
| ch.jalu.configme.beanmapper | |
| ch.jalu.configme.beanmapper.leafvaluehandler |
| Modifier and Type | Method and Description |
|---|---|
protected LeafValueHandler |
MapperImpl.getLeafValueHandler() |
| Constructor and Description |
|---|
MapperImpl(BeanDescriptionFactory beanDescriptionFactory,
LeafValueHandler leafValueHandler) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractLeafValueHandler
Common parent of simple leaf value handlers which only need the required type as
Class
in order to perform their conversion. |
class |
BigNumberLeafValueHandler
Number handler for 'Big' types that have arbitrary precision (BigInteger, BigDecimal)
and should be represented as strings in the config.
|
class |
BooleanLeafValueHandler
Boolean leaf value handler.
|
class |
CombiningLeafValueHandler
Implementation of
LeafValueHandler which takes various implementations thereof and
returns the first non-null result of the underlying leaf value handlers. |
class |
EnumLeafValueHandler
Enum handler.
|
class |
NumberLeafValueHandler
Number handler for types without arbitrary precision.
|
class |
ObjectLeafValueHandler
Object handler.
|
class |
StringLeafValueHandler
String handler.
|
| Modifier and Type | Method and Description |
|---|---|
static LeafValueHandler |
StandardLeafValueHandlers.getDefaultLeafValueHandler()
Returns the default leaf value handler used in ConfigMe.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<LeafValueHandler> |
CombiningLeafValueHandler.getHandlers() |
| Constructor and Description |
|---|
CombiningLeafValueHandler(LeafValueHandler... handlers)
Constructor.
|
| Constructor and Description |
|---|
CombiningLeafValueHandler(Collection<LeafValueHandler> handlers)
Constructor.
|
Copyright © 2016–2021 The AuthMe Team. All rights reserved.