@FhFormatter(value="booleanColumnFormatter") public class BooleanColumnFormatter extends Object implements org.springframework.format.Formatter<Boolean>
| Constructor and Description |
|---|
BooleanColumnFormatter() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
parse(String s,
Locale locale) |
String |
print(Boolean aBoolean,
Locale locale) |
public Boolean parse(String s, Locale locale) throws ParseException
parse in interface org.springframework.format.Parser<Boolean>ParseExceptionCopyright © 2022. All rights reserved.