ObjectMapperModule |
ObjectMapperModule.in(Class<? extends Annotation> scopeAnnotation) |
ObjectMapperModule |
ObjectMapperModule.registerModule(Class<? extends com.fasterxml.jackson.databind.Module> clazz) |
ObjectMapperModule |
ObjectMapperModule.registerModule(Class<? extends com.fasterxml.jackson.databind.Module> clazz,
Annotation annotation) |
ObjectMapperModule |
ObjectMapperModule.registerModule(Class<? extends com.fasterxml.jackson.databind.Module> clazz,
Class<? extends Annotation> annotation) |
ObjectMapperModule |
ObjectMapperModule.registerModule(com.google.inject.Key<? extends com.fasterxml.jackson.databind.Module> key) |
ObjectMapperModule |
ObjectMapperModule.registerModule(com.fasterxml.jackson.databind.Module module) |
ObjectMapperModule |
ObjectMapperModule.withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper m) |