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

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

Introduction

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

The text is from its open source code.

Method

ObjectgetDefaultValue()
The default value, if any.
DeprecationgetDeprecation()
The Deprecation for this property, if any.
StringgetDescription()
A description of the property, if any.
HintsgetHints()
Return the hints of this item.
StringgetId()
The full identifier of the property, in lowercase dashed form (e.g.
StringgetShortDescription()
A single-line, single-sentence description of this property, if any.
StringgetType()
The class name of the data type of the property.