Uses of Enum Class
org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties.ShowSummary
Packages that use LiquibaseProperties.ShowSummary
Package
Description
Auto-configuration for Liquibase.
-
Uses of LiquibaseProperties.ShowSummary in org.springframework.boot.liquibase.autoconfigure
Subclasses with type arguments of type LiquibaseProperties.ShowSummary in org.springframework.boot.liquibase.autoconfigureModifier and TypeClassDescriptionstatic enum
Enumeration of types of summary to show.Methods in org.springframework.boot.liquibase.autoconfigure 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.liquibase.autoconfigure with parameters of type LiquibaseProperties.ShowSummaryModifier and TypeMethodDescriptionvoid
LiquibaseProperties.setShowSummary
(LiquibaseProperties.ShowSummary showSummary)