Property.BaseProperty<T>, Property.BooleanProperty, Property.CharsetProperty, Property.DurationInSecondsProperty, Property.DurationProperty, Property.EnumProperty<T extends Enum<T>>, Property.IntProperty, Property.LongProperty, Property.ObjectProperty, Property.StringProperty, Property.Validating<T>
Constructor and Description |
---|
ObjectProperty(String name) |
ObjectProperty(String name,
Object defaultValue) |
Modifier and Type | Method and Description |
---|---|
protected Object |
fromStorage(Object value) |
get, getDefault, getName, getOrNull, getRequired, getRequiredDefault, remove, set, toStorage, toString
public ObjectProperty(String name)
protected Object fromStorage(Object value)
fromStorage
in class Property.BaseProperty<Object>
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.