Package io.micronaut.docs.expressions
Class ContextRegistrar
java.lang.Object
io.micronaut.docs.expressions.ContextRegistrar
- All Implemented Interfaces:
Ordered
,Toggleable
,ExpressionEvaluationContextRegistrar
,TypeElementVisitor<AnnotationExpressionContext,
AnnotationExpressionContext>
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.micronaut.inject.visitor.TypeElementVisitor
TypeElementVisitor.VisitorKind
-
Field Summary
Fields inherited from interface io.micronaut.core.order.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.expressions.context.ExpressionEvaluationContextRegistrar
getVisitorKind, start
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
Methods inherited from interface io.micronaut.inject.visitor.TypeElementVisitor
finish, getClassType, getElementType, getSupportedAnnotationNames, getSupportedOptions, visitClass, visitConstructor, visitEnumConstant, visitField, visitMethod
-
Constructor Details
-
ContextRegistrar
public ContextRegistrar()
-
-
Method Details
-
getContextClassName
- Specified by:
getContextClassName
in interfaceExpressionEvaluationContextRegistrar
-