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.JacksonMongoCollectionBuilderJacksonMongoCollection. builder()Creates builder to build JacksonMongoCollection.JacksonMongoCollection.JacksonMongoCollectionBuilderJacksonMongoCollection.JacksonMongoCollectionBuilder. withObjectMapper(com.fasterxml.jackson.databind.ObjectMapper objectMapper)Sets the object mapper for this collection.JacksonMongoCollection.JacksonMongoCollectionBuilderJacksonMongoCollection.JacksonMongoCollectionBuilder. withSerializationOptions(SerializationOptions serializationOptions)JacksonMongoCollection.JacksonMongoCollectionBuilderJacksonMongoCollection.JacksonMongoCollectionBuilder. withView(Class<?> view)Set a view class for this collection.
-