Uses of Class
org.glassfish.hk2.classmodel.reflect.ParsingContext.Builder
-
Packages that use ParsingContext.Builder Package Description org.glassfish.hk2.classmodel.reflect -
-
Uses of ParsingContext.Builder in org.glassfish.hk2.classmodel.reflect
Methods in org.glassfish.hk2.classmodel.reflect that return ParsingContext.Builder Modifier and Type Method 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(java.util.concurrent.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(java.util.logging.Logger logger)
Sets the logger to be used during the parsing activity.Constructors in org.glassfish.hk2.classmodel.reflect with parameters of type ParsingContext.Builder Constructor Description ParsingContext(ParsingContext.Builder builder)
-