Uses of Interface
org.modelmapper.spi.TypeSafeSourceGetter
-
Packages that use TypeSafeSourceGetter Package Description org.modelmapper ModelMapper is an intelligent object mapping library.org.modelmapper.spi Service Provider Interface -
-
Uses of TypeSafeSourceGetter in org.modelmapper
Methods in org.modelmapper with parameters of type TypeSafeSourceGetter Modifier and Type Method Description <P> TypeMap<S,D>
TypeMap. include(TypeSafeSourceGetter<S,P> sourceGetter, Class<P> propertyType)
Includesmappings
from property's TypeMap. -
Uses of TypeSafeSourceGetter in org.modelmapper.spi
Subinterfaces of TypeSafeSourceGetter in org.modelmapper.spi Modifier and Type Interface Description interface
SourceGetter<S>
Represents an operation for getting an property from source
-