Uses of Enum Class
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.ShowSummary
Packages that use LiquibaseProperties.ShowSummary
Package
Description
Auto-configuration for Liquibase.
-
Uses of LiquibaseProperties.ShowSummary in org.springframework.boot.autoconfigure.liquibase
Methods in org.springframework.boot.autoconfigure.liquibase that return LiquibaseProperties.ShowSummaryModifier 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.Methods in org.springframework.boot.autoconfigure.liquibase with parameters of type LiquibaseProperties.ShowSummaryModifier and TypeMethodDescriptionvoid
LiquibaseProperties.setShowSummary
(LiquibaseProperties.ShowSummary showSummary)