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