Uses of Class
com.fasterxml.jackson.module.guice.ObjectMapperModule
Packages that use ObjectMapperModule
-
Uses of ObjectMapperModule in com.fasterxml.jackson.module.guice
Methods in com.fasterxml.jackson.module.guice that return ObjectMapperModuleModifier and TypeMethodDescriptionObjectMapperModule.in(Class<? extends Annotation> scopeAnnotation) ObjectMapperModule.registerModule(com.fasterxml.jackson.databind.Module module) ObjectMapperModule.registerModule(com.google.inject.Key<? extends com.fasterxml.jackson.databind.Module> key) ObjectMapperModule.registerModule(Class<? extends com.fasterxml.jackson.databind.Module> clazz) ObjectMapperModule.registerModule(Class<? extends com.fasterxml.jackson.databind.Module> clazz, Annotation annotation) ObjectMapperModule.registerModule(Class<? extends com.fasterxml.jackson.databind.Module> clazz, Class<? extends Annotation> annotation) ObjectMapperModule.withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper m)