Package | Description |
---|---|
org.glassfish.hk2.classmodel.reflect |
Modifier and Type | Method and Description |
---|---|
ParsingContext.Builder |
ParsingContext.Builder.archiveSelector(ArchiveSelector selector)
Sets the archive selector that can selects which jar should be parsed
during the parsing activity.
|
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.
|
ParsingContext.Builder |
ParsingContext.Builder.executorService(ExecutorService service)
Sets the executor service to be used to spawn threads during the
parsing activity.
|
ParsingContext.Builder |
ParsingContext.Builder.locator(ResourceLocator locator)
Sets the resource locator that can be used to load and parse extra
types that were referenced during the parsing but could not be parsed
due to their absence from the input archive set.
|
ParsingContext.Builder |
ParsingContext.Builder.logger(Logger logger)
Sets the logger to be used during the parsing activity.
|
Copyright © 2009–2023 Oracle Corporation. All rights reserved.