| Interface | Description |
|---|---|
| LeafValueHandler |
A leaf value handler is used in
MapperImpl to convert "simple" values from their
read values to the desired type. |
| Class | Description |
|---|---|
| AbstractLeafValueHandler |
Common parent of simple leaf value handlers which only need the required type as
Class
in order to perform their conversion. |
| BigNumberLeafValueHandler |
Number handler for 'Big' types that have arbitrary precision (BigInteger, BigDecimal)
and should be represented as strings in the config.
|
| BooleanLeafValueHandler |
Boolean leaf value handler.
|
| CombiningLeafValueHandler |
Implementation of
LeafValueHandler which takes various implementations thereof and
returns the first non-null result of the underlying leaf value handlers. |
| EnumLeafValueHandler |
Enum handler.
|
| NumberLeafValueHandler |
Number handler for types without arbitrary precision.
|
| ObjectLeafValueHandler |
Object handler.
|
| StandardLeafValueHandlers |
Provides the leaf value handler which is used by default.
|
| StringLeafValueHandler |
String handler.
|
Copyright © 2016–2021 The AuthMe Team. All rights reserved.