| Modifier and Type | Method and Description |
|---|---|
protected static ObjectMapperFactory |
ArgumentExtractor.factoryFromMapper(org.codehaus.jackson.map.ObjectMapper mapper) |
| Modifier and Type | Method and Description |
|---|---|
void |
PersistenceManagerFactoryBean.setObjectMapperFactory(ObjectMapperFactory objectMapperFactory) |
| Modifier and Type | Method and Description |
|---|---|
ObjectMapperFactory |
ConfigurationContext.getObjectMapperFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConfigurationContext.setObjectMapperFactory(ObjectMapperFactory objectMapperFactory) |
| Modifier and Type | Method and Description |
|---|---|
ObjectMapperFactory |
EntityParsingContext.getObjectMapperFactory() |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultObjectMapperFactory |
| Modifier and Type | Method and Description |
|---|---|
PersistenceManagerFactory.PersistenceManagerFactoryBuilder |
PersistenceManagerFactory.PersistenceManagerFactoryBuilder.withObjectMapperFactory(ObjectMapperFactory objectMapperFactory)
Define a pre-configured map of Jackson Object Mapper for
serialization of non-primitive types
|
Copyright © 2012-2014. All Rights Reserved.