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.WithPriority
DEFAULT_PRIORITY
-
-
Constructor Summary
Constructors Constructor Description JavaDocResolver()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanappliesTo(EvalContext context)CompletionStage<Object>resolve(EvalContext context)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface io.quarkus.qute.WithPriority
getPriority
-
-
-
-
Method Detail
-
appliesTo
public boolean appliesTo(EvalContext context)
- Specified by:
appliesToin interfaceValueResolver
-
resolve
public CompletionStage<Object> resolve(EvalContext context)
-
-