Package | Description |
---|---|
org.glassfish.hk2.classmodel.reflect |
Modifier and Type | Field and Description |
---|---|
(package private) ParsingConfig |
ParsingContext.config |
(package private) ParsingConfig |
ParsingContext.Builder.config |
Modifier and Type | Method and Description |
---|---|
ParsingConfig |
ParsingContext.getConfig() |
Modifier and Type | Method and Description |
---|---|
ParsingContext.Builder |
ParsingContext.Builder.config(ParsingConfig config)
Sets the parsing config that can be used to select which types should
be exhaustively visited (fields + methods visits) or not.
|