liquibase.parser.core.json
Class JsonSnapshotParser

java.lang.Object
  extended by liquibase.parser.core.yaml.YamlParser
      extended by liquibase.parser.core.yaml.YamlSnapshotParser
          extended by liquibase.parser.core.json.JsonSnapshotParser
All Implemented Interfaces:
LiquibaseParser, SnapshotParser, PrioritizedService

public class JsonSnapshotParser
extends YamlSnapshotParser


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
JsonSnapshotParser()
           
 
Method Summary
protected  String[] getSupportedFileExtensions()
           
 
Methods inherited from class liquibase.parser.core.yaml.YamlSnapshotParser
parse
 
Methods inherited from class liquibase.parser.core.yaml.YamlParser
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.SnapshotParser
supports
 
Methods inherited from interface liquibase.servicelocator.PrioritizedService
getPriority
 

Constructor Detail

JsonSnapshotParser

public JsonSnapshotParser()
Method Detail

getSupportedFileExtensions

protected String[] getSupportedFileExtensions()
Overrides:
getSupportedFileExtensions in class YamlParser


Copyright © 2015 Liquibase.org. All rights reserved.