T
- type to providepublic interface Provider<T>
T
.Modifier and Type | Interface and Description |
---|---|
static interface |
Provider.ProvisionRequest<T>
Contains provision request information.
|
Modifier and Type | Method and Description |
---|---|
T |
get(Provider.ProvisionRequest<T> request)
Returns an instance of the requested type
T else null if the requested type
cannot be provided. |
T get(Provider.ProvisionRequest<T> request)
T
else null
if the requested type
cannot be provided. If null
is returned ModelMapper will construct the requested type.request
- informationMappingException
- if an error occurs while providing the requested typeCopyright © 2011–2024. All rights reserved.