Uses of Class
org.mongojack.MongoJackModuleConfiguration
-
Packages that use MongoJackModuleConfiguration Package Description org.mongojack org.mongojack.internal -
-
Uses of MongoJackModuleConfiguration in org.mongojack
Methods in org.mongojack that return MongoJackModuleConfiguration Modifier and Type Method Description MongoJackModuleConfiguration
MongoJackModuleConfiguration. with(MongoJackModuleFeature feature)
Fluent factory method that will construct and return a new configuration object instance with specified features enabled.MongoJackModuleConfiguration
MongoJackModuleConfiguration. with(MongoJackModuleFeature first, MongoJackModuleFeature... features)
Fluent factory method that will construct and return a new configuration object instance with specified features enabled.MongoJackModuleConfiguration
MongoJackModuleConfiguration. withFeatures(MongoJackModuleFeature... features)
Fluent factory method that will construct and return a new configuration object instance with specified features enabled.MongoJackModuleConfiguration
MongoJackModuleConfiguration. without(MongoJackModuleFeature feature)
Fluent factory method that will construct and return a new configuration object instance with specified feature disabled.MongoJackModuleConfiguration
MongoJackModuleConfiguration. without(MongoJackModuleFeature first, MongoJackModuleFeature... features)
Fluent factory method that will construct and return a new configuration object instance with specified features disabled.MongoJackModuleConfiguration
MongoJackModuleConfiguration. withoutFeatures(MongoJackModuleFeature... features)
Fluent factory method that will construct and return a new configuration object instance with specified features disabled.Methods in org.mongojack with parameters of type MongoJackModuleConfiguration Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMapper
ObjectMapperConfigurer. addMongojackModuleOnly(com.fasterxml.jackson.databind.ObjectMapper mapper, MongoJackModuleConfiguration moduleConfiguration)
Installs only the MongoJackModule, without JavaTimeModule or other settings.static com.fasterxml.jackson.databind.ObjectMapper
ObjectMapperConfigurer. configureObjectMapper(com.fasterxml.jackson.databind.ObjectMapper mapper, MongoJackModuleConfiguration moduleConfiguration)
Install the MongoJackModule into the object mapper with recommended settings. -
Uses of MongoJackModuleConfiguration in org.mongojack.internal
Fields in org.mongojack.internal declared as MongoJackModuleConfiguration Modifier and Type Field Description static MongoJackModuleConfiguration
MongoJackModule. DEFAULT_CONFIGURATION
Methods in org.mongojack.internal with parameters of type MongoJackModuleConfiguration Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMapper
MongoJackModule. configure(com.fasterxml.jackson.databind.ObjectMapper objectMapper, MongoJackModuleConfiguration moduleConfiguration)
Configure the given object mapper to be used with MongoJack.Constructors in org.mongojack.internal with parameters of type MongoJackModuleConfiguration Constructor Description MongoJackDeserializers(MongoJackModuleConfiguration config)
MongoJackModule(MongoJackModuleConfiguration moduleConfiguration)
MongoJackSerializers(MongoJackModuleConfiguration moduleConfiguration)
-