public class LocalTimeFormatter extends Object implements TemporalFormatter<LocalTime>
TemporalFormatter that can format a
LocalTime| Constructor and Description |
|---|
LocalTimeFormatter() |
| Modifier and Type | Method and Description |
|---|---|
String |
describe(LocalTime temporal) |
String |
describeDate(LocalTime temporal) |
public String describe(LocalTime temporal)
describe in interface TemporalFormatter<LocalTime>temporal - the temporal value to describepublic String describeDate(LocalTime temporal)
describeDate in interface TemporalFormatter<LocalTime>Copyright © 2016. All rights reserved.