Uses of Enum Class
org.springframework.boot.liquibase.autoconfigure.LiquibaseProperties.UiService
Packages that use LiquibaseProperties.UiService
Package
Description
Auto-configuration for Liquibase.
-
Uses of LiquibaseProperties.UiService in org.springframework.boot.liquibase.autoconfigure
Subclasses with type arguments of type LiquibaseProperties.UiService in org.springframework.boot.liquibase.autoconfigureModifier and TypeClassDescriptionstatic enumEnumeration of types of UIService.Methods in org.springframework.boot.liquibase.autoconfigure that return LiquibaseProperties.UiServiceModifier and TypeMethodDescription@Nullable LiquibaseProperties.UiServiceLiquibaseProperties.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.liquibase.autoconfigure with parameters of type LiquibaseProperties.UiServiceModifier and TypeMethodDescriptionvoidLiquibaseProperties.setUiService(@Nullable LiquibaseProperties.UiService uiService)