Class DataObjectPropertyName
java.lang.Object
org.springframework.boot.context.properties.bind.DataObjectPropertyName
Internal utility to help when dealing with data object property names.
- Since:
- 2.2.3
- Author:
- Phillip Webb, Madhura Bhave
- See Also:
-
DataObjectBinder
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
toDashedForm
(String name) Return the specified Java Bean property name in dashed form.
-
Method Details
-
toDashedForm
Return the specified Java Bean property name in dashed form.- Parameters:
name
- the source name- Returns:
- the dashed from
-