Uses of Class
org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
Packages that use ParsingContext.Builder
-
Uses of ParsingContext.Builder in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect that return ParsingContext.BuilderModifier and TypeMethodDescriptionParsingContext.Builder.archiveSelector
(ArchiveSelector selector) Sets the archive selector that can selects which jar should be parsed during the parsing activity.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.executorService
(ExecutorService service) Sets the executor service to be used to spawn threads during the parsing activity.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.Sets the logger to be used during the parsing activity.Constructors in org.glassfish.hk2.classmodel.reflect with parameters of type ParsingContext.Builder