Class DevConsoleProcessor.JavaDocResolver
- java.lang.Object
- 
- io.quarkus.vertx.http.deployment.devmode.console.DevConsoleProcessor.JavaDocResolver
 
- 
- All Implemented Interfaces:
- Resolver,- ValueResolver,- WithPriority
 - Enclosing class:
- DevConsoleProcessor
 
 public static class DevConsoleProcessor.JavaDocResolver extends Object implements ValueResolver 
- 
- 
Field Summary- 
Fields inherited from interface io.quarkus.qute.WithPriorityDEFAULT_PRIORITY
 
- 
 - 
Constructor SummaryConstructors Constructor Description JavaDocResolver()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanappliesTo(EvalContext context)CompletionStage<Object>resolve(EvalContext context)- 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 - 
Methods inherited from interface io.quarkus.qute.WithPrioritygetPriority
 
- 
 
- 
- 
- 
Method Detail- 
appliesTopublic boolean appliesTo(EvalContext context) - Specified by:
- appliesToin interface- ValueResolver
 
 - 
resolvepublic CompletionStage<Object> resolve(EvalContext context) 
 
- 
 
-