| Package | Description |
|---|---|
| ch.jalu.configme.properties | |
| ch.jalu.configme.properties.convertresult |
| Modifier and Type | Method and Description |
|---|---|
PropertyValue<T> |
Property.determineValue(PropertyReader propertyReader)
Returns the value, based on the given reader, which should be used for this property.
|
PropertyValue<T> |
BaseProperty.determineValue(PropertyReader reader) |
PropertyValue<Optional<T>> |
OptionalProperty.determineValue(PropertyReader reader) |
| Modifier and Type | Method and Description |
|---|---|
static <T> PropertyValue<T> |
PropertyValue.withValidValue(T value)
Creates a new instance for the given value which indicates that it is fully valid in the resource.
|
static <T> PropertyValue<T> |
PropertyValue.withValueRequiringRewrite(T value)
Creates a new instance for the given value which indicates that its representation in the resource is NOT valid.
|
Copyright © 2016–2021 The AuthMe Team. All rights reserved.