| Modifier and Type | Field and Description |
|---|---|
protected Map<Class,Annotation> |
AbstractMethod.annotations |
protected Map<Integer,Map<Class,Annotation>> |
AbstractMethod.paramAnnotations |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
AbstractMethod.getAnnotation(Class annotationClass) |
Annotation |
AbstractMethod.getParamAnnotation(int param,
Class annotationClass) |
| Modifier and Type | Method and Description |
|---|---|
void |
Property.addAnnotation(Annotation annotation) |
ClassMock |
ClassMock.addAnnotation(Annotation annotation) |
void |
AbstractMethod.addAnnotation(Annotation annotation) |
ClassMock |
ClassMock.addAnnotation(String property,
Annotation annotation) |
ClassMock |
ClassMock.addMethodAnnotation(String methodName,
Annotation an) |
ClassMock |
ClassMock.addMethodAnnotation(String methodName,
Annotation an,
Class... params) |
ClassMock |
ClassMock.addMethodParamAnnotation(int param,
String methodName,
Annotation an) |
ClassMock |
ClassMock.addMethodParamAnnotation(int param,
String methodName,
Annotation an,
Class... params) |
void |
AbstractMethod.addParamAnnotation(Integer i,
Annotation annotation) |
void |
AbstractMethod.addParamAnnotationProperty(Integer i,
Annotation annotation,
String name,
Object value) |
Copyright © 2016 Esfinge Framework. All rights reserved.