T - the type of value.public abstract class AbstractOverridenAttribute<T extends Serializable> extends Object implements Serializable
| Constructor and Description |
|---|
AbstractOverridenAttribute() |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Optional<T> |
evaluateValueToOverride()
Evaluates the value to override.
|
T |
get()
Returns the value.
|
protected abstract T |
getOriginalValue()
Returns the original value.
|
public T get()
protected abstract Optional<T> evaluateValueToOverride()
protected abstract T getOriginalValue()
Copyright © 2021 akkinoc.dev. All rights reserved.