Package io.micronaut.core.graal
Interface GraalReflectionConfigurer
- All Superinterfaces:
AnnotationMetadataProvider
,AnnotationSource
Interface that allows dynamic configuration of reflection generated by the GraalTypeElementVisitor.
- Since:
- 3.5.0
- Author:
- graemerocher
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Context object for the configuration. -
Field Summary
Fields inherited from interface io.micronaut.core.annotation.AnnotationSource
EMPTY
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
Configure reflection for this type.Methods inherited from interface io.micronaut.core.annotation.AnnotationMetadataProvider
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, getTargetAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
Methods inherited from interface io.micronaut.core.annotation.AnnotationSource
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
-
Field Details
-
CLASS_SUFFIX
The suffix used for generated classes.- See Also:
-
-
Method Details
-
configure
Configure reflection for this type.- Parameters:
context
- The feature access
-