public class LocalDateParamConverter extends Object implements javax.ws.rs.ext.ParamConverter<LocalDate>
LocalDate to String and back.| Constructor and Description |
|---|
LocalDateParamConverter() |
| Modifier and Type | Method and Description |
|---|---|
LocalDate |
fromString(String pValue) |
String |
toString(LocalDate pValue) |
Copyright © 2022. All rights reserved.