public final class PreDestroyLifecycleActions
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static PreDestroyLifecycleActions |
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<LifecycleAction> |
getActionsForType(java.lang.Class<?> type)
Return a list of actions to perform on object of this type as part of
lifecycle processing.
|
protected java.util.List<LifecycleAction> |
getFieldActions(java.lang.Class<?> type,
java.lang.reflect.Field field) |
protected java.util.List<LifecycleAction> |
getMethodActions(java.lang.Class<?> type,
java.lang.reflect.Method method) |
java.lang.String |
toString() |
public static PreDestroyLifecycleActions INSTANCE
protected java.util.List<LifecycleAction> getMethodActions(java.lang.Class<?> type, java.lang.reflect.Method method)
public java.lang.String toString()
toString in class java.lang.Objectprotected java.util.List<LifecycleAction> getFieldActions(java.lang.Class<?> type, java.lang.reflect.Field field)
public java.util.List<LifecycleAction> getActionsForType(java.lang.Class<?> type)
LifecycleFeaturegetActionsForType in interface LifecycleFeature