@Singleton public class DefaultThreadInfoMapper extends Object implements ThreadInfoMapper<ThreadInfo>
ThreadInfoMapper that returns the
 ThreadInfo objects as is.| Constructor and Description | 
|---|
DefaultThreadInfoMapper()  | 
| Modifier and Type | Method and Description | 
|---|---|
Publisher<ThreadInfo> | 
mapThreadInfo(Publisher<ThreadInfo> threads)
Converts the given  
ThreadInfo objects into any other
 object to be used for serialization. | 
public Publisher<ThreadInfo> mapThreadInfo(Publisher<ThreadInfo> threads)
ThreadInfoMapperThreadInfo objects into any other
 object to be used for serialization.mapThreadInfo in interface ThreadInfoMapper<ThreadInfo>threads - The thread publisher