public interface PropertyNamer
For example, given the bean property PropertyNamerDLC
property namer will convert
this to
Property namers are associated with beans through the @Bean.propertyNamer()
annotation.
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName(String name)
Convert the specified default property name to some other value.
|
String getPropertyName(String name)
name
- The original bean property name.Copyright © 2018 Apache. All rights reserved.