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 SnapshotSerializerpublic String serialize(LiquibaseSerializable object, boolean pretty)
serialize in interface SnapshotSerializerprotected 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 SnapshotSerializerIOExceptionpublic int getPriority()
getPriority in interface PrioritizedServiceCopyright © 2018 Liquibase.org. All rights reserved.