public class ApiModelMixinModule
extends com.basistech.util.jackson.EnumModule
| Constructor and Description |
|---|
ApiModelMixinModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
setupModule(com.fasterxml.jackson.databind.Module.SetupContext context) |
static com.fasterxml.jackson.databind.ObjectMapper |
setupObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
Register the Rosette API Model Jackson module on an
ObjectMapper. |
addAbstractTypeMapping, addDeserializer, addKeyDeserializer, addKeySerializer, addSerializer, addSerializer, addValueInstantiator, getModuleName, getTypeId, registerSubtypes, registerSubtypes, setAbstractTypes, setDeserializerModifier, setDeserializers, setKeyDeserializers, setKeySerializers, setMixInAnnotation, setNamingStrategy, setSerializerModifier, setSerializers, setValueInstantiators, versionpublic void setupModule(com.fasterxml.jackson.databind.Module.SetupContext context)
setupModule in class com.basistech.util.jackson.EnumModulepublic static com.fasterxml.jackson.databind.ObjectMapper setupObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper)
ObjectMapper.mapper - the mapper.Copyright © 2014–2016 Basis Technology Corp.. All rights reserved.