Package liquibase.parser.core.yaml
Class YamlSnapshotParser
java.lang.Object
liquibase.parser.core.yaml.YamlParser
liquibase.parser.core.yaml.YamlSnapshotParser
- All Implemented Interfaces:
LiquibaseParser
,SnapshotParser
,PrioritizedService
- Direct Known Subclasses:
JsonSnapshotParser
-
Field Summary
Fields inherited from class liquibase.parser.core.yaml.YamlParser
log, SUPPORTED_EXTENSIONS
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
Constructor Summary
-
Method Summary
Methods inherited from class liquibase.parser.core.yaml.YamlParser
createLoaderOptions, getPriority, getSupportedFileExtensions, supports
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
Methods inherited from interface liquibase.parser.SnapshotParser
supports
-
Field Details
-
CODE_POINT_LIMIT
public static final int CODE_POINT_LIMIT- See Also:
-
-
Constructor Details
-
YamlSnapshotParser
public YamlSnapshotParser()
-
-
Method Details
-
parse
public DatabaseSnapshot parse(String path, ResourceAccessor resourceAccessor) throws LiquibaseParseException - Specified by:
parse
in interfaceSnapshotParser
- Throws:
LiquibaseParseException
-