public class LocalDateTimeProperty extends AbstractRegularProperty<LocalDateTime> implements WritableLocalDateTimeProperty
WritableLocalDateTimeProperty.AbstractProperty.PropertyBuilder<T extends AbstractProperty<? extends V>>| Modifier and Type | Field and Description |
|---|---|
private LocalDateTime |
value |
TYPEPROPERTY_TYPENO_PROPERTIES| Constructor and Description |
|---|
LocalDateTimeProperty(String name,
Bean bean)
The constructor.
|
LocalDateTimeProperty(String name,
Bean bean,
AbstractValidator<? super LocalDateTime> validator)
The constructor.
|
LocalDateTimeProperty(String name,
Bean bean,
Supplier<LocalDateTime> expression)
The constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected LocalDateTime |
doGetValue() |
protected boolean |
doSetValue(LocalDateTime newValue)
Called from
AbstractValueProperty.setValue(Object). |
void |
fromJson(javax.json.stream.JsonParser json)
Deserializes this object from JSON (JavaScript-Object-Notation).
|
protected void |
toJson(javax.json.stream.JsonGenerator json,
LocalDateTime instantValue) |
ValidatorBuilderLocalDateTime<AbstractProperty.PropertyBuilder<LocalDateTimeProperty>> |
withValdidator() |
addListener, addListener, fireValueChangedEvent, removeListener, removeListenerbind, bindBidirectional, clearValidationResult, copy, equals, getReadOnly, getValue, hashCode, invalidated, isBound, isReadOnly, isValid, markInvalid, requireWritable, setValue, unbind, unbindBidirectional, validateassignValueFrom, clone, copy, copy, copy, copy, copy, getBean, getJsonUtil, getName, getValidator, isMandatory, toJson, toString, withValdidatorfinalize, getClass, notify, notifyAll, wait, wait, waitgetType, isAfter, isBeforeget, isEqualTo, isEqualTo, isNotEqualTo, isNotEqualTo, isNotNull, isNullgetBean, getNameaddListener, getValue, removeListenergetValuetoJsongetReadOnly, getReadOnly, isMandatory, isReadOnly, isValid, validatebind, bindBidirectional, isBound, unbind, unbindBidirectionalsetValueprivate LocalDateTime value
public LocalDateTimeProperty(String name, Bean bean)
name - - see AbstractProperty.getName().bean - - see AbstractProperty.getBean().public LocalDateTimeProperty(String name, Bean bean, AbstractValidator<? super LocalDateTime> validator)
name - - see AbstractProperty.getName().bean - - see AbstractProperty.getBean().validator - - see AbstractValueProperty.validate().public LocalDateTimeProperty(String name, Bean bean, Supplier<LocalDateTime> expression)
name - - see AbstractProperty.getName().bean - - see AbstractProperty.getBean().expression - the Supplier providing the actual value.protected LocalDateTime doGetValue()
doGetValue in class AbstractValueProperty<LocalDateTime>value.protected boolean doSetValue(LocalDateTime newValue)
AbstractValuePropertyAbstractValueProperty.setValue(Object).doSetValue in class AbstractValueProperty<LocalDateTime>newValue - the new value to set.true if the value has changed, false otherwise.public ValidatorBuilderLocalDateTime<AbstractProperty.PropertyBuilder<LocalDateTimeProperty>> withValdidator()
withValdidator in class AbstractProperty<LocalDateTime>builder for the validator of this property with a
parent-builder to create a AbstractProperty.copy(AbstractValidator) of this
property with the configured validator.protected void toJson(javax.json.stream.JsonGenerator json,
LocalDateTime instantValue)
toJson in class AbstractProperty<LocalDateTime>json - the JsonGenerator.instantValue - the value.AbstractProperty.toJson(JsonGenerator)public void fromJson(javax.json.stream.JsonParser json)
JsonSupportJsonSupport.toJson(JsonGenerator) - e.g. JsonSupport.toJson(JsonGenerator) might write a property with its value while
JsonSupport.fromJson(JsonParser) may only deserialze the value as the parent object has to handle the property names
that may appear in any order.fromJson in interface JsonSupportjson - the JsonParser to read from.Copyright © 2001–2016 mmm-Team. All rights reserved.