Uses of Interface
org.mongojack.UpdateOperationValue
-
Packages that use UpdateOperationValue Package Description org.mongojack.internal.update org.mongojack.internal.util -
-
Uses of UpdateOperationValue in org.mongojack.internal.update
Classes in org.mongojack.internal.update that implement UpdateOperationValue Modifier and Type Class Description class
ComplexUpdateOperationValue
A complex update operation valueclass
MultiUpdateOperationValue
A multi update operation valueclass
SingleUpdateOperationValue
A single update operation value -
Uses of UpdateOperationValue in org.mongojack.internal.util
Methods in org.mongojack.internal.util with parameters of type UpdateOperationValue Modifier and Type Method Description protected void
DocumentSerializationUtilsImpl. serializeUpdateField(UpdateOperationValue value, com.fasterxml.jackson.databind.JsonSerializer<?> serializer, com.fasterxml.jackson.databind.SerializerProvider serializerProvider, org.bson.BsonDocumentWriter writer, DBEncoderBsonGenerator generator)
Method parameters in org.mongojack.internal.util with type arguments of type UpdateOperationValue Modifier and Type Method Description static org.bson.conversions.Bson
DocumentSerializationUtils. serializeUpdates(Map<String,Map<String,UpdateOperationValue>> update, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType javaType, org.bson.codecs.configuration.CodecRegistry registry)
org.bson.conversions.Bson
DocumentSerializationUtilsImpl. serializeUpdates(Map<String,Map<String,UpdateOperationValue>> update, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType javaType, org.bson.codecs.configuration.CodecRegistry registry)
-