类 ConfigurationPropertiesBindException

所有已实现的接口:
Serializable

public class ConfigurationPropertiesBindException extends BeanCreationException
Exception thrown when @ConfigurationProperties binding fails.
从以下版本开始:
2.0.0
作者:
Phillip Webb, Stephane Nicoll
另请参阅:
  • 方法详细资料

    • getBeanType

      public Class<?> getBeanType()
      Return the bean type that was being bound.
      返回:
      the bean type
    • getAnnotation

      public ConfigurationProperties getAnnotation()
      Return the configuration properties annotation that triggered the binding.
      返回:
      the configuration properties annotation