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 an property from source
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description P
get(S source)
Performs this operation to get a property from source
-