| Package | Description |
|---|---|
| pro.projo.interfaces.annotation.utilities |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultAttributeNameConverter
The
DefaultAttributeNameConverter converts XML/SGML attribute names from
kebab-case to camel-case (e.g., data-widget-id becomes dataWidgetId)
and also escapes Java keywords by adding an extra underscore (_). |
Copyright © 2024. All rights reserved.