public interface Element extends Comparable<Element>, BooleanSupplier, DoubleSupplier, LongSupplier
| Modifier and Type | Method and Description |
|---|---|
Duration |
getAsDuration() |
Instant |
getAsInstant() |
String |
getAsString() |
String |
getKey()
The key for this element relative to the root of its configuration
|
boolean |
hasEqualValue(Element other) |
boolean |
isSensitive()
If an element is sensitive it should not be logged or stored without encryption
|
compareTogetAsBooleangetAsDoublegetAsLongboolean isSensitive()
String getKey()
Duration getAsDuration()
Instant getAsInstant()
String getAsString()
boolean hasEqualValue(Element other)
Copyright © 2018. All rights reserved.