Class MongoChangeLogLockToDocumentConverter
- java.lang.Object
-
- liquibase.nosql.changelog.AbstractNoSqlItemToDocumentConverter<MongoChangeLogLock,org.bson.Document>
-
- liquibase.ext.mongodb.lockservice.MongoChangeLogLockToDocumentConverter
-
public class MongoChangeLogLockToDocumentConverter extends AbstractNoSqlItemToDocumentConverter<MongoChangeLogLock,org.bson.Document>
-
-
Constructor Summary
Constructors Constructor Description MongoChangeLogLockToDocumentConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringbuildFullContext(liquibase.ContextExpression contextExpression, Collection<liquibase.ContextExpression> inheritableContexts)TODO: raise with liquibase to move intoContextExpressionclassStringbuildLabels(liquibase.Labels labels)TODO: raise with liquibase to move intoLabelsclassMongoChangeLogLockfromDocument(org.bson.Document document)org.bson.DocumenttoDocument(MongoChangeLogLock item)
-
-
-
Method Detail
-
toDocument
public org.bson.Document toDocument(MongoChangeLogLock item)
- Specified by:
toDocumentin classAbstractNoSqlItemToDocumentConverter<MongoChangeLogLock,org.bson.Document>
-
fromDocument
public MongoChangeLogLock fromDocument(org.bson.Document document)
- Specified by:
fromDocumentin classAbstractNoSqlItemToDocumentConverter<MongoChangeLogLock,org.bson.Document>
-
buildLabels
public String buildLabels(liquibase.Labels labels)
TODO: raise with liquibase to move intoLabelsclass- Overrides:
buildLabelsin classAbstractNoSqlItemToDocumentConverter<MongoChangeLogLock,org.bson.Document>
-
buildFullContext
public String buildFullContext(liquibase.ContextExpression contextExpression, Collection<liquibase.ContextExpression> inheritableContexts)
TODO: raise with liquibase to move intoContextExpressionclass- Overrides:
buildFullContextin classAbstractNoSqlItemToDocumentConverter<MongoChangeLogLock,org.bson.Document>
-
-