Uses of Enum Class
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummary
Package
Description
Auto-configuration for Liquibase.
-
Uses of LiquibaseProperties.ShowSummary in org.springframework.boot.autoconfigure.liquibase
Modifier and TypeMethodDescriptionLiquibaseProperties.getShowSummary()
Returns the enum constant of this class with the specified name.static LiquibaseProperties.ShowSummary[]
LiquibaseProperties.ShowSummary.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionvoid
LiquibaseProperties.setShowSummary
(LiquibaseProperties.ShowSummary showSummary)