public class StringSnapshotSerializerReadable extends Object implements SnapshotSerializer
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
Constructor and Description |
---|
StringSnapshotSerializerReadable() |
Modifier and Type | Method and Description |
---|---|
protected void |
addDivider(StringBuilder buffer) |
int |
getPriority() |
String[] |
getValidFileExtensions() |
protected void |
outputObjects(List objects,
Class type,
StringBuilder catalogBuffer) |
String |
serialize(LiquibaseSerializable object,
boolean pretty) |
protected boolean |
shouldExpandNestedObject(Object nestedValue,
DatabaseObject container) |
void |
write(DatabaseSnapshot snapshot,
OutputStream out) |
public String[] getValidFileExtensions()
getValidFileExtensions
in interface SnapshotSerializer
public String serialize(LiquibaseSerializable object, boolean pretty)
serialize
in interface SnapshotSerializer
protected void outputObjects(List objects, Class type, StringBuilder catalogBuffer)
protected boolean shouldExpandNestedObject(Object nestedValue, DatabaseObject container)
protected void addDivider(StringBuilder buffer)
public void write(DatabaseSnapshot snapshot, OutputStream out) throws IOException
write
in interface SnapshotSerializer
IOException
public int getPriority()
getPriority
in interface PrioritizedService
Copyright © 2023 Liquibase.org. All rights reserved.