类 DataObjectPropertyName
java.lang.Object
org.springframework.boot.context.properties.bind.DataObjectPropertyName
Internal utility to help when dealing with data object property names.
- 从以下版本开始:
- 2.2.3
- 作者:
- Phillip Webb, Madhura Bhave
- 另请参阅:
-
方法概要
修饰符和类型方法说明static String
toDashedForm
(String name) Return the specified Java Bean property name in dashed form.
-
方法详细资料
-
toDashedForm
Return the specified Java Bean property name in dashed form.- 参数:
name
- the source name- 返回:
- the dashed from
-