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