public class LocalTimeOrInstant
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
static LocalTimeOrInstant |
fromString(java.lang.String arg) |
int |
hashCode() |
static LocalTimeOrInstant |
of(java.time.Instant instant) |
static LocalTimeOrInstant |
of(java.time.LocalDateTime local) |
java.time.Instant |
toInstant(java.time.ZoneId timeZoneIfLocalTime) |
java.lang.String |
toString() |
public static LocalTimeOrInstant fromString(java.lang.String arg)
public static LocalTimeOrInstant of(java.time.Instant instant)
public static LocalTimeOrInstant of(java.time.LocalDateTime local)
public java.time.Instant toInstant(java.time.ZoneId timeZoneIfLocalTime)
public java.lang.String toString()
toString in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object o)
equals in class java.lang.Object