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
logFields inherited from interface liquibase.parser.ChangeLogParser
DATABASE_CHANGE_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.YamlChangeLogParser
parse, replaceParametersMethods inherited from class liquibase.parser.core.yaml.YamlParser
createLoaderOptions, getPriority, supportsMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface liquibase.parser.ChangeLogParser
supportsMethods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
-
Constructor Details
-
JsonChangeLogParser
public JsonChangeLogParser()
-
-
Method Details
-
getSupportedFileExtensions
- Overrides:
getSupportedFileExtensionsin classYamlParser
-