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