Class ConventionUtils
java.lang.Object
org.springframework.boot.configurationprocessor.support.ConventionUtils
Convention utilities.
- Since:
- 3.4.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic StringtoDashedCase(String value) Return the idiomatic metadata format for the givenvalue.
-
Constructor Details
-
ConventionUtils
public ConventionUtils()
-
-
Method Details
-
toDashedCase
Return the idiomatic metadata format for the givenvalue.- Parameters:
value- a value- Returns:
- the idiomatic format for the value, or the value itself if it already complies with the idiomatic metadata format.
-