Uses of Class
com.fasterxml.jackson.module.guice.ObjectMapperModule
-
Packages that use ObjectMapperModule Package Description com.fasterxml.jackson.module.guice -
-
Uses of ObjectMapperModule in com.fasterxml.jackson.module.guice
Methods in com.fasterxml.jackson.module.guice that return ObjectMapperModule Modifier and Type Method Description ObjectMapperModuleObjectMapperModule. in(java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotation)ObjectMapperModuleObjectMapperModule. registerModule(com.fasterxml.jackson.databind.Module module)ObjectMapperModuleObjectMapperModule. registerModule(com.google.inject.Key<? extends com.fasterxml.jackson.databind.Module> key)ObjectMapperModuleObjectMapperModule. registerModule(java.lang.Class<? extends com.fasterxml.jackson.databind.Module> clazz)ObjectMapperModuleObjectMapperModule. registerModule(java.lang.Class<? extends com.fasterxml.jackson.databind.Module> clazz, java.lang.annotation.Annotation annotation)ObjectMapperModuleObjectMapperModule. registerModule(java.lang.Class<? extends com.fasterxml.jackson.databind.Module> clazz, java.lang.Class<? extends java.lang.annotation.Annotation> annotation)ObjectMapperModuleObjectMapperModule. withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper m)
-