Class MapperVisitor
java.lang.Object
io.micronaut.inject.beans.visitor.MapperVisitor
- All Implemented Interfaces:
Ordered
,Toggleable
,TypeElementVisitor<Object,
Mapper>
The mapper visitor.
- Since:
- 4.1.0
-
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
Modifier and TypeMethodDescriptionvoid
visitClass
(ClassElement element, VisitorContext context) Executed when a class is encountered that matches the <C> generic.void
visitMethod
(MethodElement element, VisitorContext context) Executed when a method is encountered that matches the <E> generic.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.micronaut.core.util.Toggleable
isEnabled
Methods inherited from interface io.micronaut.inject.visitor.TypeElementVisitor
finish, getClassType, getElementType, getSupportedOptions, start, visitConstructor, visitEnumConstant, visitField
-
Constructor Details
-
MapperVisitor
public MapperVisitor()
-
-
Method Details
-
getSupportedAnnotationNames
- Specified by:
getSupportedAnnotationNames
in interfaceTypeElementVisitor<Object,
Mapper> - Returns:
- The supported default annotation names.
-
visitClass
Description copied from interface:TypeElementVisitor
Executed when a class is encountered that matches the <C> generic.- Specified by:
visitClass
in interfaceTypeElementVisitor<Object,
Mapper> - Parameters:
element
- The elementcontext
- The visitor context
-
visitMethod
Description copied from interface:TypeElementVisitor
Executed when a method is encountered that matches the <E> generic.- Specified by:
visitMethod
in interfaceTypeElementVisitor<Object,
Mapper> - Parameters:
element
- The elementcontext
- The visitor context
-
getVisitorKind
- Specified by:
getVisitorKind
in interfaceTypeElementVisitor<Object,
Mapper> - Returns:
- The visitor kind.
-