public class YamlSnapshotParser extends YamlParser implements SnapshotParser
Modifier and Type | Field and Description |
---|---|
static int |
CODE_POINT_LIMIT |
log
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
Constructor and Description |
---|
YamlSnapshotParser() |
Modifier and Type | Method and Description |
---|---|
DatabaseSnapshot |
parse(String path,
ResourceAccessor resourceAccessor) |
createLoaderOptions, getPriority, getSupportedFileExtensions, supports
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
supports
getPriority
public static final int CODE_POINT_LIMIT
public DatabaseSnapshot parse(String path, ResourceAccessor resourceAccessor) throws LiquibaseParseException
parse
in interface SnapshotParser
LiquibaseParseException
Copyright © 2023 Liquibase.org. All rights reserved.