Interface ReadableInstantValue
- All Superinterfaces:
ReadableObjectValue<Instant>,ReadableSimpleObjectValue<Instant>,ReadableSimpleValue<Instant>,ReadableTemporalValue<Instant>,ReadableValue<Instant>,Supplier<Instant>
- All Known Subinterfaces:
InstantExpression,ObservableInstantValue,WritableInstantValue
- All Known Implementing Classes:
InstantBinding
- Since:
- 1.0.0
-
Method Summary
Methods inherited from interface io.github.mmm.value.observable.object.ReadableObjectValue
getValueMethods inherited from interface io.github.mmm.value.observable.object.ReadableSimpleValue
format, getAsStringMethods inherited from interface io.github.mmm.value.ReadableValue
get, getSafe
-
Method Details
-
getValueClass
- Specified by:
getValueClassin interfaceReadableValue<Instant>
-
getFallbackSafeValue
- Specified by:
getFallbackSafeValuein interfaceReadableValue<Instant>
-
parse
- Specified by:
parsein interfaceReadableSimpleValue<Instant>- Parameters:
value- the value asString. May benull.- Returns:
- the parsed
value. May benull(e.g. if the givenStringisnull).
-