Uses of Class
org.mongojack.JacksonMongoCollection.JacksonMongoCollectionBuilder
-
Packages that use JacksonMongoCollection.JacksonMongoCollectionBuilder Package Description org.mongojack -
-
Uses of JacksonMongoCollection.JacksonMongoCollectionBuilder in org.mongojack
Methods in org.mongojack that return JacksonMongoCollection.JacksonMongoCollectionBuilder Modifier and Type Method Description static JacksonMongoCollection.JacksonMongoCollectionBuilder
JacksonMongoCollection. builder()
Creates builder to build JacksonMongoCollection.JacksonMongoCollection.JacksonMongoCollectionBuilder
JacksonMongoCollection.JacksonMongoCollectionBuilder. withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)
Sets the object mapper for this collection.JacksonMongoCollection.JacksonMongoCollectionBuilder
JacksonMongoCollection.JacksonMongoCollectionBuilder. withSerializationOptions(SerializationOptions serializationOptions)
JacksonMongoCollection.JacksonMongoCollectionBuilder
JacksonMongoCollection.JacksonMongoCollectionBuilder. withView(Class<?> view)
Set a view class for this collection.
-