public class JacksonMapperFeature extends Object implements MapperFeature
| Constructor and Description |
|---|
JacksonMapperFeature() |
| Modifier and Type | Method and Description |
|---|---|
javax.ws.rs.core.MediaType |
getMediaType() |
String |
getMediaTypeString() |
String |
serialize(Object object) |
public String serialize(Object object) throws javax.ws.rs.WebApplicationException
serialize in interface MapperFeaturejavax.ws.rs.WebApplicationException - on serialization errorpublic String getMediaTypeString()
getMediaTypeString in interface MapperFeaturepublic javax.ws.rs.core.MediaType getMediaType()
getMediaType in interface MapperFeatureCopyright © 2018. All rights reserved.