public interface Mapper<T,S>
Modifier and Type | Method and Description |
---|---|
S |
convertObject(MapperContext<T,S> mapperContext)
Convert object from one type to expected type
|
Class<S> |
getExpectedReturnType() |
Class<? extends T> |
getTypeOfObjectToConvert() |
S convertObject(MapperContext<T,S> mapperContext)
mapperContext
- Encapsulates reference to converted object and other things, which might be helpful in conversionCopyright © 2016 JBoss by Red Hat. All rights reserved.