public class YamlSnapshotSerializer extends YamlSerializer implements SnapshotSerializer
| Modifier and Type | Class and Description |
|---|---|
static class |
YamlSnapshotSerializer.SnapshotLiquibaseRepresenter |
YamlSerializer.LiquibaseRepresenter, YamlSerializer.LiquibaseResolveryamlCOMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT| Constructor and Description |
|---|
YamlSnapshotSerializer() |
| Modifier and Type | Method and Description |
|---|---|
protected YamlSerializer.LiquibaseRepresenter |
getLiquibaseRepresenter(org.yaml.snakeyaml.DumperOptions options) |
int |
getPriority() |
protected Object |
toMap(LiquibaseSerializable object) |
void |
write(DatabaseSnapshot snapshot,
OutputStream out) |
convertToMap, createDumperOptions, createYaml, getComparator, getLiquibaseResolver, getSerializableObjectFields, getValidFileExtensions, isJson, removeClassTypeMarksFromSerializedJson, 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(org.yaml.snakeyaml.DumperOptions options)
getLiquibaseRepresenter in class YamlSerializerpublic int getPriority()
getPriority in interface PrioritizedServiceCopyright © 2023 Liquibase.org. All rights reserved.