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