liquibase.serializer.core.json
Class JsonSnapshotSerializer

java.lang.Object
  extended by liquibase.serializer.core.yaml.YamlSerializer
      extended by liquibase.serializer.core.yaml.YamlSnapshotSerializer
          extended by liquibase.serializer.core.json.JsonSnapshotSerializer
All Implemented Interfaces:
LiquibaseSerializer, SnapshotSerializer, PrioritizedService

public class JsonSnapshotSerializer
extends YamlSnapshotSerializer


Nested Class Summary
 
Nested classes/interfaces inherited from class liquibase.serializer.core.yaml.YamlSnapshotSerializer
YamlSnapshotSerializer.SnapshotLiquibaseRepresenter
 
Nested classes/interfaces inherited from class liquibase.serializer.core.yaml.YamlSerializer
YamlSerializer.LiquibaseRepresenter
 
Field Summary
 
Fields inherited from class liquibase.serializer.core.yaml.YamlSerializer
yaml
 
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT
 
Constructor Summary
JsonSnapshotSerializer()
           
 
Method Summary
 String[] getValidFileExtensions()
           
 
Methods inherited from class liquibase.serializer.core.yaml.YamlSnapshotSerializer
getLiquibaseRepresenter, getPriority, toMap, write
 
Methods inherited from class liquibase.serializer.core.yaml.YamlSerializer
createYaml, getComparator, isJson, serialize
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface liquibase.serializer.SnapshotSerializer
serialize
 

Constructor Detail

JsonSnapshotSerializer

public JsonSnapshotSerializer()
Method Detail

getValidFileExtensions

public String[] getValidFileExtensions()
Specified by:
getValidFileExtensions in interface LiquibaseSerializer
Specified by:
getValidFileExtensions in interface SnapshotSerializer
Overrides:
getValidFileExtensions in class YamlSerializer


Copyright © 2016 Liquibase.org. All rights reserved.