@Component(value="functionaryFormatter") public class FunctionaryFormatter extends Object implements org.springframework.format.Formatter<Functionary>
| Constructor and Description |
|---|
FunctionaryFormatter() |
| Modifier and Type | Method and Description |
|---|---|
Functionary |
parse(String id,
Locale locale) |
String |
print(Functionary object,
Locale locale) |
public String print(Functionary object, Locale locale)
print in interface org.springframework.format.Printer<Functionary>public Functionary parse(String id, Locale locale) throws ParseException
parse in interface org.springframework.format.Parser<Functionary>ParseExceptionCopyright © 2015–2016 eGovernments Foundation. All rights reserved.