Package io.jsondb.query.ddl
Class AddOperation
- java.lang.Object
-
- io.jsondb.query.ddl.AbstractOperation
-
- io.jsondb.query.ddl.AddOperation
-
- All Implemented Interfaces:
IOperation
public class AddOperation extends AbstractOperation
Represents a CollectionUpdate ADD operation type. This operation allows for adding a new field to a POJO
-
-
Field Summary
-
Fields inherited from class io.jsondb.query.ddl.AbstractOperation
operationType
-
-
Constructor Summary
Constructors Constructor Description AddOperation(java.lang.Object defaultValue, boolean isSecret)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectgetDefaultValue()booleanisSecret()-
Methods inherited from class io.jsondb.query.ddl.AbstractOperation
getOperationType
-
-