Internal Converter implementations
| Class | Description | |
|---|---|---|
| AutowireConverter |
Converter implementation that converts strings to Autowire enumeration instances. |
|
| EventTypeConverter | Converter implementation that converts String values to String event types. | |
| LogLevelConverter |
Converter implementation that converts strings to LogLevel instances. |
|
| NullConverter |
Converter implementation that always converts to null no matter what
the source value was. |
|
| SimpleArrayConverter | Converter implementation that converts comma-separated strings to Arrays. |