public class Json extends Object implements Jooby.Module
| Constructor and Description |
|---|
Json() |
Json(com.fasterxml.jackson.databind.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(Mode mode,
com.typesafe.config.Config config,
com.google.inject.Binder binder) |
com.fasterxml.jackson.databind.ObjectMapper |
mapper() |
Json |
with(MediaType... types) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitconfig, start, stoppublic Json(com.fasterxml.jackson.databind.ObjectMapper mapper)
public Json()
public com.fasterxml.jackson.databind.ObjectMapper mapper()
public void configure(Mode mode, com.typesafe.config.Config config, com.google.inject.Binder binder)
configure in interface Jooby.ModuleCopyright © 2014. All rights reserved.