Interface WritableObjectValue<V>

Type Parameters:
V - type of the value.
All Superinterfaces:
ReadableObjectValue<V>, ReadableValue<V>, Supplier<V>, WritableValue<V>
All Known Subinterfaces:
WritableCollectionValue<C,E>, WritableContainerValue<C,E>, WritableDurationValue, WritableInstantValue, WritableListValue<E>, WritableLocalDateTimeValue, WritableLocalDateValue, WritableLocalTimeValue, WritableMapValue<K,V>, WritableOffsetDateTimeValue, WritableOffsetTimeValue, WritableSetValue<E>, WritableTemporalAmountValue<V>, WritableTemporalValue<V>, WritableZonedDateTimeValue

public interface WritableObjectValue<V> extends ReadableObjectValue<V>, WritableValue<V>
WritableValue for Object value that has no primitive type.
Since:
1.0.0