@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, propagateTostatic final AroundPropertyHook BASE
PropertyExecutionResult aroundProperty(PropertyLifecycleContext context, PropertyExecutor property) throws java.lang.Throwable
java.lang.Throwabledefault int compareTo(AroundPropertyHook other)
default int aroundPropertyProximity()