| Package | Description |
|---|---|
| net.sf.esfinge.classmock | |
| net.sf.esfinge.classmock.api | |
| net.sf.esfinge.classmock.imp |
| Modifier and Type | Class and Description |
|---|---|
class |
ClassMock
Class responsible for implement all definitions of: Concrete Class, Abstract Class, Enum, Interface, Annotation.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IClassWriter
Class responsible for define all properties at class level.
|
interface |
IFieldWriter
Class responsible for define all properties at field level.
|
interface |
IMethodWriter
Class responsible for define all properties at field level.
|
| Modifier and Type | Method and Description |
|---|---|
IAnnotationWriter |
IAnnotationPropertyWriter.and()
This method allows you to add a new annotation fluently to the same element that you are now defining.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IAnnotationPropertyReader.setAnd(IAnnotationWriter writer)
Inform the element that will receive more annotation fluently.
|
| Modifier and Type | Class and Description |
|---|---|
class |
FieldImp
Class responsible for implement all definitions of a field.
|
class |
MethodImp
Class responsible for implement all definitions of a method.
|
| Modifier and Type | Method and Description |
|---|---|
IAnnotationWriter |
AnnotationImp.and() |
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationImp.setAnd(IAnnotationWriter writer) |
Copyright © 2018 Esfinge Framework. All rights reserved.