Package dev.morphia.query
Class OperationTarget
- java.lang.Object
-
- dev.morphia.query.OperationTarget
-
@MorphiaInternal public class OperationTarget extends Object
Developer note.This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
-
-
Constructor Summary
Constructors Constructor Description OperationTarget(dev.morphia.internal.PathTarget target, Object value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
encode(Datastore datastore)
Encodes this targetdev.morphia.internal.PathTarget
getTarget()
Object
getValue()
String
toString()
-
-
-
Constructor Detail
-
OperationTarget
@MorphiaInternal public OperationTarget(@Nullable dev.morphia.internal.PathTarget target, @Nullable Object value)
- Parameters:
target
- the targetvalue
- the value
Developer note.This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
-
-
Method Detail
-
encode
@MorphiaInternal public Object encode(Datastore datastore)
Encodes this target- Parameters:
datastore
- the datastore- Returns:
- the encoded form
Developer note.This is an internal item. Its function and presence are subject to change without warning. Its use is highly discouraged.
-
getTarget
@Nullable public dev.morphia.internal.PathTarget getTarget()
- Returns:
- the PathTarget for this instance
-
-