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 | Interface and Description |
|---|---|
static interface |
PropertyNamer.Null
Represents a non-existent class.
|
| 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 © 2016–2019 The Apache Software Foundation. All rights reserved.