Package org.modelmapper
Interface Provider.ProvisionRequest<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<T>
getRequestedType()
Returns the type being requested.Object
getSource()
Returns the source object being mapped from.
-