| Package | Description |
|---|---|
| ch.jalu.configme.beanmapper | |
| ch.jalu.configme.properties | |
| ch.jalu.configme.properties.types |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMapper
Provides the
Mapper instance which is used by default. |
class |
MapperImpl
Implementation of
Mapper. |
| Modifier and Type | Method and Description |
|---|---|
static Mapper |
DefaultMapper.getInstance() |
| Constructor and Description |
|---|
BeanProperty(Class<T> beanType,
String path,
T defaultValue,
Mapper mapper) |
BeanProperty(TypeInformation beanType,
String path,
T defaultValue,
Mapper mapper)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static <B> BeanPropertyType<B> |
BeanPropertyType.of(Class<B> type,
Mapper mapper) |
| Constructor and Description |
|---|
BeanPropertyType(TypeInformation beanType,
Mapper mapper) |
Copyright © 2016–2019 The AuthMe Team. All rights reserved.