Java org.springframework.boot.configurationmetadata Deprecation fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.boot.configurationmetadata Deprecation fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.boot.configurationmetadata Deprecation.

The text is from its open source code.

Method

LevelgetLevel()
Define the Level of deprecation.
StringgetReason()
A reason why the related property is deprecated, if any.
StringgetReplacement()
The full name of the property that replaces the related deprecated property, if any.