Class AnnotationConfiguration.ParserTask
java.lang.Object
org.eclipse.jetty.ee10.annotations.AnnotationConfiguration.ParserTask
- Direct Known Subclasses:
AnnotationConfiguration.BundleParserTask
- Enclosing class:
- AnnotationConfiguration
ParserTask
Task to executing scanning of a resource for annotations.
-
Field Summary
Modifier and TypeFieldDescriptionprotected final Set<? extends AnnotationParser.Handler>
protected final AnnotationParser
protected final Resource
protected AnnotationConfiguration.TimeStatistic
-
Constructor Summary
ConstructorDescriptionParserTask
(AnnotationParser parser, Set<? extends AnnotationParser.Handler> handlers, Resource resource) -
Method Summary
-
Field Details
-
_parser
-
_handlers
-
_resource
-
_stat
-
-
Constructor Details
-
ParserTask
public ParserTask(AnnotationParser parser, Set<? extends AnnotationParser.Handler> handlers, Resource resource)
-
-
Method Details