Uses of Interface
org.mongojack.UpdateOperationValue
-
Packages that use UpdateOperationValue Package Description org.mongojack org.mongojack.internal.update org.mongojack.internal.util -
-
Uses of UpdateOperationValue in org.mongojack
Methods in org.mongojack with parameters of type UpdateOperationValue Modifier and Type Method Description DBUpdate.Builder
DBUpdate.Builder. addOperation(String modifier, String field, UpdateOperationValue value)
Add an operation to the update -
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. serializeDBUpdate(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. serializeDBUpdate(Map<String,Map<String,UpdateOperationValue>> update, com.fasterxml.jackson.databind.ObjectMapper objectMapper, com.fasterxml.jackson.databind.JavaType javaType, org.bson.codecs.configuration.CodecRegistry registry)
-