public interface ParsingConfig
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.Modifier and Type | Method and Description |
---|---|
Set<String> |
getAnnotationsOfInterest()
Returns a list of annotations that should trigger an exhaustive visit
of the annotated type.
|
Set<String> |
getTypesOfInterest()
Returns a list of types (classes or interfaces) that a type must either
subclass or implement to trigger an exhaustive scanning
|
boolean |
modelUnAnnotatedMembers()
Returns true if unannotated fields and methods should be part of the
model returned.
|
Set<String> getAnnotationsOfInterest()
Set<String> getTypesOfInterest()
boolean modelUnAnnotatedMembers()
Types
model.Copyright © 2009–2023 Oracle Corporation. All rights reserved.