Uses of Enum Class
org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties.UiService
Packages that use LiquibaseProperties.UiService
Package
Description
Auto-configuration for Liquibase.
-
Uses of LiquibaseProperties.UiService in org.springframework.boot.autoconfigure.liquibase
Methods in org.springframework.boot.autoconfigure.liquibase that return LiquibaseProperties.UiServiceModifier and TypeMethodDescriptionLiquibaseProperties.getUiService()
Returns the enum constant of this class with the specified name.static LiquibaseProperties.UiService[]
LiquibaseProperties.UiService.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.UiServiceModifier and TypeMethodDescriptionvoid
LiquibaseProperties.setUiService
(LiquibaseProperties.UiService uiService)