| Constructor and Description |
|---|
BasicDBListToSetMapper(MapperRegistry mapperRegistry) |
| Modifier and Type | Method and Description |
|---|---|
Set |
convertObject(MapperContext<com.mongodb.BasicDBList,Set> context)
Convert object from one type to expected type
|
Class<Set> |
getExpectedReturnType() |
Class<? extends com.mongodb.BasicDBList> |
getTypeOfObjectToConvert() |
public BasicDBListToSetMapper(MapperRegistry mapperRegistry)
public Set convertObject(MapperContext<com.mongodb.BasicDBList,Set> context)
MapperconvertObject in interface Mapper<com.mongodb.BasicDBList,Set>context - Encapsulates reference to converted object and other things, which might be helpful in conversionpublic Class<? extends com.mongodb.BasicDBList> getTypeOfObjectToConvert()
getTypeOfObjectToConvert in interface Mapper<com.mongodb.BasicDBList,Set>public Class<Set> getExpectedReturnType()
getExpectedReturnType in interface Mapper<com.mongodb.BasicDBList,Set>Copyright © 2016 JBoss by Red Hat. All rights reserved.