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.ATypeElementVisitorthat 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 mainTypeElementVisitorthat visits interfaces annotated withRepositoryand generates queries for each abstract method.The mapping util class.