public class JsonChangeLogSerializer extends YamlChangeLogSerializer
YamlSerializer.LiquibaseRepresenter
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
createYaml, getLiquibaseRepresenter, isJson, 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 © 2018 Liquibase.org. All rights reserved.