Package io.micronaut.data.processor.visitors
package io.micronaut.data.processor.visitors
Contains classes for visiting source code at compilation time and matching methods.
- Since:
- 1.0.0
- Author:
- graemerocher
-
ClassDescriptionA visitor that handles types annotated with
Embeddable
.Validates entity event method signatures.Teh find interceptor definition.ATypeElementVisitor
that pre-computes mappings to columns based on the configured naming strategy.A match context when matching methods.Immediate match fail.A match context for finding a matching method.The mainTypeElementVisitor
that visits interfaces annotated withRepository
and generates queries for each abstract method.The mapping util class.