public interface IMethodReader
| Modifier and Type | Method and Description |
|---|---|
Collection<IAnnotationReader> |
annotations()
Inform the annotations that you want in your method.
|
Collection<Class<?>> |
exceptions()
Inform the exceptions that you want in your method to throw.
|
Collection<ModifierEnum> |
modifiers()
Inform the modifiers that you want in your method.
|
String |
name()
Inform the name of your method.
|
Collection<IFieldReader> |
parameters()
Inform the parameters that you want in your method.
|
Class<?> |
returnType()
Inform the class type returned of your method.
|
Object |
value()
Inform the default value to your method.
|
VisibilityEnum |
visibility()
Inform the visibility of your method.
|
String name()
Class<?> returnType()
VisibilityEnum visibility()
Collection<ModifierEnum> modifiers()
Collection<IFieldReader> parameters()
Collection<IAnnotationReader> annotations()
Collection<Class<?>> exceptions()
Object value()
ONLY USED FOR ANNOTATION !!!!
Copyright © 2018 Esfinge Framework. All rights reserved.