| Package | Description |
|---|---|
| net.sf.esfinge.classmock | |
| net.sf.esfinge.classmock.api | |
| net.sf.esfinge.classmock.imp |
| Modifier and Type | Method and Description |
|---|---|
IAnnotationPropertyWriter |
ClassMock.annotation(Class<? extends Annotation> annotation) |
IAnnotationPropertyWriter |
ClassMock.annotation(Class<? extends Annotation> annotation,
LocationEnum location) |
IAnnotationPropertyWriter |
ClassMock.annotation(IAnnotationReader annotation) |
| Modifier and Type | Method and Description |
|---|---|
IAnnotationPropertyWriter |
IAnnotationWriter.annotation(Class<? extends Annotation> annotation)
Add an annotation to this.
|
IAnnotationPropertyWriter |
IAnnotationWriter.annotation(Class<? extends Annotation> annotation,
LocationEnum location)
Add an annotation and defining the location of it.
|
IAnnotationPropertyWriter |
IAnnotationWriter.annotation(IAnnotationReader annotation)
Add a annotation wrapper to this.
|
IAnnotationPropertyWriter |
IAnnotationLocationWriter.location(LocationEnum location)
Define the location where the annotation is to be.
|
IAnnotationPropertyWriter |
IAnnotationPropertyWriter.property(Object value)
Define the value to the property named as "value".
|
IAnnotationPropertyWriter |
IAnnotationPropertyWriter.property(String property,
Object value)
Define the value to the respective property
|
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotationImp
Class responsible for implement all definitions of an annotation.
|
| Modifier and Type | Method and Description |
|---|---|
IAnnotationPropertyWriter |
FieldImp.annotation(Class<? extends Annotation> annotation) |
IAnnotationPropertyWriter |
MethodImp.annotation(Class<? extends Annotation> annotation) |
IAnnotationPropertyWriter |
FieldImp.annotation(Class<? extends Annotation> annotation,
LocationEnum location) |
IAnnotationPropertyWriter |
MethodImp.annotation(Class<? extends Annotation> annotation,
LocationEnum location) |
IAnnotationPropertyWriter |
FieldImp.annotation(IAnnotationReader annotation) |
IAnnotationPropertyWriter |
MethodImp.annotation(IAnnotationReader annotation) |
IAnnotationPropertyWriter |
AnnotationImp.location(LocationEnum location) |
IAnnotationPropertyWriter |
AnnotationImp.property(Object value) |
IAnnotationPropertyWriter |
AnnotationImp.property(String property,
Object value) |
Copyright © 2018 Esfinge Framework. All rights reserved.