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