ObjectMapperModule |
ObjectMapperModule.in(java.lang.Class<? extends java.lang.annotation.Annotation> scopeAnnotation) |
ObjectMapperModule |
ObjectMapperModule.registerModule(java.lang.Class<? extends com.fasterxml.jackson.databind.Module> clazz) |
ObjectMapperModule |
ObjectMapperModule.registerModule(java.lang.Class<? extends com.fasterxml.jackson.databind.Module> clazz,
java.lang.annotation.Annotation annotation) |
ObjectMapperModule |
ObjectMapperModule.registerModule(java.lang.Class<? extends com.fasterxml.jackson.databind.Module> clazz,
java.lang.Class<? extends java.lang.annotation.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) |