org.springframework.boot.context.properties.bind

Class DataObjectPropertyName

  • java.lang.Object
    • org.springframework.boot.context.properties.bind.DataObjectPropertyName


  • public abstract class DataObjectPropertyName
    extends java.lang.Object
    Internal utility to help when dealing with data object property names.
    Since:
    2.2.3
    See Also:
    DataObjectBinder
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and Description
      static java.lang.String toDashedForm(java.lang.String name)
      Return the specified Java Bean property name in dashed form.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • toDashedForm

        public static java.lang.String toDashedForm(java.lang.String name)
        Return the specified Java Bean property name in dashed form.
        Parameters:
        name - the source name
        Returns:
        the dashed from