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
FieldsFields inherited from class liquibase.parser.core.yaml.YamlParser
logFields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class liquibase.parser.core.yaml.YamlParser
createLoaderOptions, getPriority, getSupportedFileExtensions, supportsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.servicelocator.PrioritizedService
getPriorityMethods 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:
parsein interfaceSnapshotParser- Throws:
LiquibaseParseException
-