public abstract class BaseDataRequestHandler extends Object implements DataRequestHandler
| Modifier and Type | Field and Description |
|---|---|
protected com.fasterxml.jackson.databind.ObjectMapper |
mapper |
protected com.fasterxml.jackson.databind.ObjectWriter |
writer |
| Constructor and Description |
|---|
BaseDataRequestHandler(com.fasterxml.jackson.databind.ObjectMapper mapper)
Capture the ObjectMapper and build an ObjectWriter for JSON.
|
Copyright © 2016–2018 Yahoo! Inc.. All rights reserved.