Package org.modelmapper.spi
Interface SourceGetter<S>
-
- Type Parameters:
S
- source type
- All Superinterfaces:
TypeSafeSourceGetter<S,Object>
public interface SourceGetter<S> extends TypeSafeSourceGetter<S,Object>
Represents an operation for getting an property from source
-
-
Method Summary
-
Methods inherited from interface org.modelmapper.spi.TypeSafeSourceGetter
get
-
-