public static class JacksonValueMapperFactory.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
JacksonValueMapperFactory |
build() |
JacksonValueMapperFactory.Builder |
withConfigurers(JacksonValueMapperFactory.Configurer... configurer) |
JacksonValueMapperFactory.Builder |
withExplicitModulesOnly() |
JacksonValueMapperFactory.Builder |
withPrototype(com.fasterxml.jackson.databind.ObjectMapper prototype) |
JacksonValueMapperFactory.Builder |
withTypeInfoGenerator(TypeInfoGenerator typeInfoGenerator) |
public JacksonValueMapperFactory.Builder withConfigurers(JacksonValueMapperFactory.Configurer... configurer)
public JacksonValueMapperFactory.Builder withTypeInfoGenerator(TypeInfoGenerator typeInfoGenerator)
public JacksonValueMapperFactory.Builder withPrototype(com.fasterxml.jackson.databind.ObjectMapper prototype)
public JacksonValueMapperFactory.Builder withExplicitModulesOnly()
public JacksonValueMapperFactory build()
Copyright © 2016–2018. All rights reserved.