public class JacksonModule extends Object implements SimpleModule
Module.SetupContext| Constructor and Description |
|---|
JacksonModule() |
| Modifier and Type | Method and Description |
|---|---|
List<InputConverter<?,?>> |
getInputConverters() |
List<OutputConverter<?,?>> |
getOutputConverters() |
List<TypeMapper> |
getTypeMappers() |
void |
setUp(Module.SetupContext context) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetArgumentInjectors, getNestedResolverBuilders, getResolverBuilders, getTypeInfoGeneratorpublic List<TypeMapper> getTypeMappers()
getTypeMappers in interface SimpleModulepublic List<OutputConverter<?,?>> getOutputConverters()
getOutputConverters in interface SimpleModulepublic List<InputConverter<?,?>> getInputConverters()
getInputConverters in interface SimpleModulepublic void setUp(Module.SetupContext context)
setUp in interface ModulesetUp in interface SimpleModuleCopyright © 2016–2018. All rights reserved.