public class YamlChangeLogSerializer extends YamlSerializer implements ChangeLogSerializer
YamlSerializer.LiquibaseRepresenter, YamlSerializer.LiquibaseResolver
yaml
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
Constructor and Description |
---|
YamlChangeLogSerializer() |
Modifier and Type | Method and Description |
---|---|
void |
append(ChangeSet changeSet,
File changeLogFile) |
protected Comparator<String> |
getComparator(LiquibaseSerializable object) |
int |
getPriority() |
<T extends ChangeLogChild> |
write(List<T> children,
OutputStream out) |
convertToMap, createDumperOptions, createYaml, getLiquibaseRepresenter, getLiquibaseResolver, getSerializableObjectFields, getValidFileExtensions, isJson, removeClassTypeMarksFromSerializedJson, serialize, toMap
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getValidFileExtensions, serialize
protected Comparator<String> getComparator(LiquibaseSerializable object)
getComparator
in class YamlSerializer
public <T extends ChangeLogChild> void write(List<T> children, OutputStream out) throws IOException
write
in interface ChangeLogSerializer
IOException
public void append(ChangeSet changeSet, File changeLogFile) throws IOException
append
in interface ChangeLogSerializer
IOException
public int getPriority()
getPriority
in interface PrioritizedService
Copyright © 2023 Liquibase.org. All rights reserved.