Class AnnotationConfiguration.ParserTask
java.lang.Object
org.eclipse.jetty.ee11.annotations.AnnotationConfiguration.ParserTask
- Enclosing class:
 AnnotationConfiguration
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Set<? extends AnnotationParser.Handler> protected final AnnotationParserprotected final Resourceprotected AnnotationConfiguration.TimeStatistic - 
Constructor Summary
ConstructorsConstructorDescriptionParserTask(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
- 
setStatistic
 - 
call
 - 
getStatistic
 - 
getResource
 
 -