| Package | Description |
|---|---|
| org.aspectj.lang |
Provides several interfaces for obtaining reflective information about a
join point, as well as several exceptions that can be thrown by AspectJ
code.
|
| Modifier and Type | Method and Description |
|---|---|
static Object |
Aspects14.aspectOf(Class aspectClass)
Returns the singleton aspect or the percflow / percflowbelow associated with the current thread
|
static <T> T |
Aspects.aspectOf(Class<T> aspectClass) |
static <T> T |
Aspects.aspectOf(Class<T> aspectClass,
Class<?> perTypeWithin) |
static <T> T |
Aspects.aspectOf(Class<T> aspectClass,
Object perObject) |
static Object |
Aspects14.aspectOf(Class aspectClass,
Class perTypeWithin)
Returns the pertypewithin aspect
|
static Object |
Aspects14.aspectOf(Class aspectClass,
Object perObject)
Returns the perthis / pertarget aspect
|
static boolean |
Aspects14.hasAspect(Class aspectClass)
Returns true if singleton aspect or percflow / percflowbelow aspect is bound
|
static boolean |
Aspects.hasAspect(Class<?> aspectClass) |
static boolean |
Aspects.hasAspect(Class<?> aspectClass,
Class<?> perTypeWithin) |
static boolean |
Aspects.hasAspect(Class<?> aspectClass,
Object perObject) |
static boolean |
Aspects14.hasAspect(Class aspectClass,
Class perTypeWithin)
Returns true if the pertypewithin aspect is bound
|
static boolean |
Aspects14.hasAspect(Class aspectClass,
Object perObject)
Returns true if the perthis / pertarget aspect is bound
|
Copyright © 2020. All rights reserved.