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