Package | Description |
---|---|
liquibase.serializer | |
liquibase.serializer.core.json | |
liquibase.serializer.core.string | |
liquibase.serializer.core.yaml |
Modifier and Type | Method and Description |
---|---|
SnapshotSerializer |
SnapshotSerializerFactory.getSerializer(String fileNameOrExtension) |
Modifier and Type | Method and Description |
---|---|
Map<String,List<SnapshotSerializer>> |
SnapshotSerializerFactory.getSerializers() |
List<SnapshotSerializer> |
SnapshotSerializerFactory.getSerializers(String fileNameOrExtension) |
Modifier and Type | Method and Description |
---|---|
void |
SnapshotSerializerFactory.register(SnapshotSerializer snapshotSerializer) |
void |
SnapshotSerializerFactory.unregister(SnapshotSerializer snapshotSerializer) |
Modifier and Type | Class and Description |
---|---|
class |
JsonSnapshotSerializer |
Modifier and Type | Class and Description |
---|---|
class |
StringSnapshotSerializer |
class |
StringSnapshotSerializerReadable |
Modifier and Type | Class and Description |
---|---|
class |
YamlSnapshotSerializer |
Copyright © 2020 Liquibase.org. All rights reserved.