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