Package org.modelmapper.spi
Interface TypeSafeSourceGetter<S,P> 
- Type Parameters:
- S- source type
- P- property type
- All Known Subinterfaces:
- SourceGetter<S>
public interface TypeSafeSourceGetter<S,P> 
Represents an operation for getting a property from source
- 
Method Summary
- 
Method Details- 
getPerforms this operation to get a property from source- Parameters:
- source- the source instance
- Returns:
- the property from source
 
 
-