org.springframework.boot.context.properties.bind

Class DataObjectPropertyName

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


  • public abstract class DataObjectPropertyName
    extends Object
    Internal utility to help when dealing with data object property names.
    Since:
    2.2.3
    Author:
    Phillip Webb, Madhura Bhave
    See Also:
    DataObjectBinder
    • Method Detail

      • toDashedForm

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

Copyright © 2020 Pivotal Software, Inc.. All rights reserved.