Package org.modelmapper
Interface Provider.ProvisionRequest<T>
public static interface Provider.ProvisionRequest<T>
Contains provision request information.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the type being requested.Returns the source object being mapped from.
-
Method Details
-
getRequestedType
Returns the type being requested. -
getSource
Object getSource()Returns the source object being mapped from.
-