| Package | Description |
|---|---|
| org.modelmapper.config |
Configuration types
|
| org.modelmapper.spi |
Service Provider Interface
|
| Modifier and Type | Method and Description |
|---|---|
List<ConditionalConverter<?,?>> |
Configuration.getConverters()
Gets the ordered list of internal conditional converters that are used to perform type
conversion.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StrongTypeConditionalConverter<S,D> |
| Modifier and Type | Method and Description |
|---|---|
static <S,D> ConditionalConverter<S,D> |
StrongTypeConditionalConverter.wrap(Class<S> sourceType,
Class<D> destinationType,
Converter<S,D> converter) |
Copyright © 2011–2021. All rights reserved.