Package org.modelmapper.spi
Interface TypeSafeSourceGetter<S,P>
- Type Parameters:
S
- source typeP
- 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
-
get
Performs this operation to get a property from source- Parameters:
source
- the source instance- Returns:
- the property from source
-