Package liquibase.serializer.core.string
Class StringChangeLogSerializer
java.lang.Object
liquibase.serializer.core.string.StringChangeLogSerializer
- All Implemented Interfaces:
ChangeLogSerializer,LiquibaseSerializer,PrioritizedService
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from interface liquibase.servicelocator.PrioritizedService
COMPARATOR, PRIORITY_DATABASE, PRIORITY_DEFAULT -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidintString[]serialize(LiquibaseSerializable object, boolean pretty) <T extends ChangeLogChild>
voidwrite(List<T> children, OutputStream out)
-
Constructor Details
-
StringChangeLogSerializer
public StringChangeLogSerializer() -
StringChangeLogSerializer
-
-
Method Details
-
getValidFileExtensions
- Specified by:
getValidFileExtensionsin interfaceLiquibaseSerializer
-
serialize
- Specified by:
serializein interfaceLiquibaseSerializer
-
write
- Specified by:
writein interfaceChangeLogSerializer- Throws:
IOException
-
append
- Specified by:
appendin interfaceChangeLogSerializer- Throws:
IOException
-
getPriority
public int getPriority()- Specified by:
getPriorityin interfacePrioritizedService
-