| Package | Description |
|---|---|
| berlin.yuna.typemap.config |
| Modifier and Type | Field and Description |
|---|---|
static Map<Class<?>,Map<Class<?>,FunctionOrNull>> |
TypeConversionRegister.TYPE_CONVERSIONS
A map where the key is the target type and the value is another map.
|
| Modifier and Type | Method and Description |
|---|---|
static <S,T> void |
TypeConversionRegister.registerTypeConvert(Class<S> sourceType,
Class<T> targetType,
FunctionOrNull<S,T> conversion)
Registers a conversion function that can convert an object of the source type
to the target type.
|
Copyright © 2023. All rights reserved.