java.lang.Object
org.springframework.boot.configurationprocessor.support.ConventionUtils

public abstract class ConventionUtils extends Object
Convention utilities.
Since:
3.4.0
  • Constructor Details

    • ConventionUtils

      public ConventionUtils()
  • Method Details

    • toDashedCase

      public static String toDashedCase(String value)
      Return the idiomatic metadata format for the given value.
      Parameters:
      value - a value
      Returns:
      the idiomatic format for the value, or the value itself if it already complies with the idiomatic metadata format.