|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParsingConfig
Filters the parsing activity to only deeply parse classes that are either
annotated with an annotation returned by getAnnotationsOfInterest()
or implements/subclass a type returned by getTypesOfInterest().
A class identified to be deeply parsed will contain all the metadata about
its members like fields, methods as well as annotations on those.
| Method Summary | |
|---|---|
java.util.Set<java.lang.String> |
getAnnotationsOfInterest()
Returns a list of annotations that should trigger an exhaustive visit of the annotated type. |
java.util.Set<java.lang.String> |
getTypesOfInterest()
Returns a list of types (classes or interfaces) that a type must either subclass or implement to trigger an exhaustive scanning |
| Method Detail |
|---|
java.util.Set<java.lang.String> getAnnotationsOfInterest()
java.util.Set<java.lang.String> getTypesOfInterest()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||