Methods
Modifier and Type |
Method and Description |
protected void |
bindConstructorAdvice(Constructor<?> mi,
Collection<AdviceBinding> bindings) |
protected void |
bindConstructorAdvice(Constructor<?> mi,
Map<String,AdviceBinding> bindings)
Deprecated.
|
protected void |
bindFieldAdvices(ClassifiedBindingAndPointcutCollection bindingCol) |
protected void |
bindFieldGetAdvice(Field mi,
Collection<AdviceBinding> bindings) |
protected void |
bindFieldGetAdvice(Field mi,
Map<String,AdviceBinding> bindings)
Deprecated.
|
protected void |
bindFieldSetAdvice(Field mi,
Collection<AdviceBinding> bindings) |
protected void |
bindFieldSetAdvice(Field mi,
Map<String,AdviceBinding> bindings)
Deprecated.
|
protected void |
bindLifecycles() |
protected void |
bindMethodAdvice(Method mi,
Collection<AdviceBinding> bindings) |
protected void |
bindMethodAdvice(Method mi,
Map<String,AdviceBinding> bindings)
Deprecated.
|
protected void |
bindMethodAdvices(Class<?> superClass,
ClassifiedBindingAndPointcutCollection bindingCol) |
void |
createMethodMap(Class<?> superClass) |
HashSet<AspectDefinition> |
getAspects() |
Class<?> |
getClazz() |
HashMap<Constructor<?>,ArrayList<InterceptorFactory>> |
getConstructorAdvices() |
HashMap<Field,ArrayList<InterceptorFactory>> |
getFieldReadAdvices() |
HashMap<Field,ArrayList<InterceptorFactory>> |
getFieldWriteAdvices() |
Map<Object,Set<LifecycleCallbackDefinition>> |
getLifecycleCallbacks() |
HashMap<Method,ArrayList<InterceptorFactory>> |
getMethodAdvices() |
protected boolean |
matches(AnnotationIntroduction ai,
Object element) |