@API(status=EXPERIMENTAL, since="1.0") @FunctionalInterface public interface AroundPropertyHook extends LifecycleHook
Modifier and Type | Field and Description |
---|---|
static AroundPropertyHook |
BASE |
Modifier and Type | Method and Description |
---|---|
PropertyExecutionResult |
aroundProperty(PropertyLifecycleContext context,
PropertyExecutor property) |
default int |
aroundPropertyProximity() |
default int |
compareTo(AroundPropertyHook other) |
appliesTo, prepareFor, propagateTo
static final AroundPropertyHook BASE
PropertyExecutionResult aroundProperty(PropertyLifecycleContext context, PropertyExecutor property) throws java.lang.Throwable
java.lang.Throwable
default int compareTo(AroundPropertyHook other)
default int aroundPropertyProximity()