| 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. |
| CombiningLeafValueHandler |
Implementation of
LeafValueHandler which takes various implementations thereof and
returns the first non-null result of the underlying leaf value handlers. |
| StandardLeafValueHandlers |
Contains default leaf value handlers implementations and provides the leaf value handler which is used by default.
|
| StandardLeafValueHandlers.BooleanHandler |
Boolean handler.
|
| StandardLeafValueHandlers.EnumHandler |
Enum handler.
|
| StandardLeafValueHandlers.NumberHandler |
Number handler.
|
| StandardLeafValueHandlers.ObjectHandler |
Object handler.
|
| StandardLeafValueHandlers.StringHandler |
String handler.
|
Copyright © 2016–2018 The AuthMe Team. All rights reserved.