| Package | Description |
|---|---|
| liquibase.parser | |
| liquibase.parser.core.json | |
| liquibase.parser.core.yaml |
| Modifier and Type | Method and Description |
|---|---|
SnapshotParser |
SnapshotParserFactory.getParser(String fileNameOrExtension,
ResourceAccessor resourceAccessor) |
| Modifier and Type | Method and Description |
|---|---|
List<SnapshotParser> |
SnapshotParserFactory.getParsers() |
| Modifier and Type | Method and Description |
|---|---|
void |
SnapshotParserFactory.register(SnapshotParser snapshotParser) |
void |
SnapshotParserFactory.unregister(SnapshotParser snapshotParser) |
| Modifier and Type | Class and Description |
|---|---|
class |
JsonSnapshotParser |
| Modifier and Type | Class and Description |
|---|---|
class |
YamlSnapshotParser |
Copyright © 2018 Liquibase.org. All rights reserved.