Package liquibase.parser.core.json
Class JsonChangeLogParser
java.lang.Object
liquibase.parser.core.yaml.YamlParser
liquibase.parser.core.yaml.YamlChangeLogParser
liquibase.parser.core.json.JsonChangeLogParser
- All Implemented Interfaces:
ChangeLogParser
,LiquibaseParser
,PrioritizedService
-
Field Summary
Fields inherited from class liquibase.parser.core.yaml.YamlParser
log
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
-
Constructor Summary
-
Method Summary
Methods inherited from class liquibase.parser.core.yaml.YamlChangeLogParser
parse, replaceParameters
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.parser.ChangeLogParser
supports
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
-
Field Details
-
SUPPORTED_EXTENSIONS
-
-
Constructor Details
-
JsonChangeLogParser
public JsonChangeLogParser()
-
-
Method Details
-
getSupportedFileExtensions
- Overrides:
getSupportedFileExtensions
in classYamlParser
-