| 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 @NotNull Mapper |
DefaultMapper.getInstance() |
| Constructor and Description |
|---|
BeanProperty(@NotNull Class<T> beanType,
@NotNull String path,
T defaultValue,
@NotNull Mapper mapper) |
BeanProperty(@NotNull TypeInformation beanType,
@NotNull String path,
T defaultValue,
@NotNull Mapper mapper)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static <B> @NotNull BeanPropertyType<B> |
BeanPropertyType.of(@NotNull Class<B> type,
@NotNull Mapper mapper) |
| Constructor and Description |
|---|
BeanPropertyType(@NotNull TypeInformation beanType,
@NotNull Mapper mapper) |
Copyright © 2016–2023 The AuthMe Team. All rights reserved.