Interface | Description |
---|---|
StringProcessor |
This is the interface for validators for a single
String value. |
Class | Description |
---|---|
ConvertEmptyOrBlankStringsToDefault |
StringProcessor that converts the empty or blank strings to a desired value string.
|
ConvertEmptyOrBlankStringsToNull |
StringProcessor that converts the empty or blank strings to a literal null string.
|
ConvertWordNullToNull |
StringProcessor that converts the string value "null" to a literal null string.
|
Annotation Type | Description |
---|---|
PreAssignmentProcessor |
Specifies the binding of a processor to a field in a bean.
|
Copyright © 2005–2023. All rights reserved.