| Package | Description |
|---|---|
| net.sf.esfinge.classmock | |
| net.sf.esfinge.classmock.api | |
| net.sf.esfinge.classmock.imp |
| Modifier and Type | Method and Description |
|---|---|
Collection<IAnnotationReader> |
ClassMock.annotations() |
| Modifier and Type | Method and Description |
|---|---|
IAnnotationPropertyWriter |
ClassMock.annotation(IAnnotationReader annotation) |
| Modifier and Type | Method and Description |
|---|---|
Collection<IAnnotationReader> |
IMethodReader.annotations()
Inform the annotations that you want in your method.
|
Collection<IAnnotationReader> |
IFieldReader.annotations()
Inform the annotations that you want in your field.
|
Collection<IAnnotationReader> |
IClassReader.annotations()
List all the annotations defined for your entity.
|
| Modifier and Type | Method and Description |
|---|---|
IAnnotationPropertyWriter |
IAnnotationWriter.annotation(IAnnotationReader annotation)
Add a annotation wrapper to this.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationImp
Class responsible for implement all definitions of an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<IAnnotationReader> |
FieldImp.annotations() |
Collection<IAnnotationReader> |
MethodImp.annotations() |
| Modifier and Type | Method and Description |
|---|---|
IAnnotationPropertyWriter |
FieldImp.annotation(IAnnotationReader annotation) |
IAnnotationPropertyWriter |
MethodImp.annotation(IAnnotationReader annotation) |
| Constructor and Description |
|---|
AnnotationImp(IAnnotationReader reader)
Constructor to receive the reader.
|
Copyright © 2018 Esfinge Framework. All rights reserved.