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 SummaryModifier and TypeMethodDescriptionstatic StringtoDashedForm(String name) Return the specified Java Bean property name in dashed form.
- 
Method Details- 
toDashedFormReturn the specified Java Bean property name in dashed form.- Parameters:
- name- the source name
- Returns:
- the dashed from
 
 
-