public class YamlSnapshotSerializer extends YamlSerializer implements SnapshotSerializer
| Modifier and Type | Class and Description |
|---|---|
static class |
YamlSnapshotSerializer.SnapshotLiquibaseRepresenter |
YamlSerializer.LiquibaseRepresenteryamlCOMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
YamlSnapshotSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected YamlSerializer.LiquibaseRepresenter |
getLiquibaseRepresenter() |
int |
getPriority() |
protected Object |
toMap(LiquibaseSerializable object) |
void |
write(DatabaseSnapshot snapshot,
OutputStream out) |
createYaml, getComparator, getValidFileExtensions, isJson, serializeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetValidFileExtensions, serializepublic void write(DatabaseSnapshot snapshot, OutputStream out) throws IOException
write in interface SnapshotSerializerIOExceptionprotected Object toMap(LiquibaseSerializable object)
toMap in class YamlSerializerprotected YamlSerializer.LiquibaseRepresenter getLiquibaseRepresenter()
getLiquibaseRepresenter in class YamlSerializerpublic int getPriority()
getPriority in interface PrioritizedServiceCopyright © 2018 Liquibase.org. All rights reserved.