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 MongoJackModuleConfigurationMongoJackModuleConfiguration. with(MongoJackModuleFeature feature)Fluent factory method that will construct and return a new configuration object instance with specified features enabled.MongoJackModuleConfigurationMongoJackModuleConfiguration. with(MongoJackModuleFeature first, MongoJackModuleFeature... features)Fluent factory method that will construct and return a new configuration object instance with specified features enabled.MongoJackModuleConfigurationMongoJackModuleConfiguration. withFeatures(MongoJackModuleFeature... features)Fluent factory method that will construct and return a new configuration object instance with specified features enabled.MongoJackModuleConfigurationMongoJackModuleConfiguration. without(MongoJackModuleFeature feature)Fluent factory method that will construct and return a new configuration object instance with specified feature disabled.MongoJackModuleConfigurationMongoJackModuleConfiguration. without(MongoJackModuleFeature first, MongoJackModuleFeature... features)Fluent factory method that will construct and return a new configuration object instance with specified features disabled.MongoJackModuleConfigurationMongoJackModuleConfiguration. 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.ObjectMapperObjectMapperConfigurer. addMongojackModuleOnly(com.fasterxml.jackson.databind.ObjectMapper mapper, MongoJackModuleConfiguration moduleConfiguration)Installs only the MongoJackModule, without JavaTimeModule or other settings.static com.fasterxml.jackson.databind.ObjectMapperObjectMapperConfigurer. 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 MongoJackModuleConfigurationMongoJackModule. DEFAULT_CONFIGURATIONMethods in org.mongojack.internal with parameters of type MongoJackModuleConfiguration Modifier and Type Method Description static com.fasterxml.jackson.databind.ObjectMapperMongoJackModule. 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)
-