Package liquibase.parser.core.json
Class JsonSnapshotParser
java.lang.Object
liquibase.parser.core.yaml.YamlParser
liquibase.parser.core.yaml.YamlSnapshotParser
liquibase.parser.core.json.JsonSnapshotParser
- All Implemented Interfaces:
LiquibaseParser
,SnapshotParser
,PrioritizedService
-
Field Summary
Fields inherited from class liquibase.parser.core.yaml.YamlSnapshotParser
CODE_POINT_LIMIT
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.YamlSnapshotParser
parse
Methods inherited from class liquibase.parser.core.yaml.YamlParser
createLoaderOptions, getPriority, 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
-
Constructor Details
-
JsonSnapshotParser
public JsonSnapshotParser()
-
-
Method Details
-
getSupportedFileExtensions
- Overrides:
getSupportedFileExtensions
in classYamlParser
-