Uses of Enum Class
org.springframework.boot.context.config.ConfigDataNotFoundAction
Packages that use ConfigDataNotFoundAction
Package
Description
External configuration support allowing 'application.properties' to be loaded and used
within a Spring Boot application.
-
Uses of ConfigDataNotFoundAction in org.springframework.boot.context.config
Subclasses with type arguments of type ConfigDataNotFoundAction in org.springframework.boot.context.configModifier and TypeClassDescriptionenumAction to take when an uncaughtConfigDataNotFoundExceptionis thrown.Methods in org.springframework.boot.context.config that return ConfigDataNotFoundActionModifier and TypeMethodDescriptionstatic ConfigDataNotFoundActionReturns the enum constant of this class with the specified name.static ConfigDataNotFoundAction[]ConfigDataNotFoundAction.values()Returns an array containing the constants of this enum class, in the order they are declared.