@Internal public interface GraalReflectionConfigurer extends AnnotationMetadataProvider
ReflectionConfig
Modifier and Type | Interface and Description |
---|---|
static interface |
GraalReflectionConfigurer.ReflectionConfigurationContext
Context object for the configuration.
|
Modifier and Type | Field and Description |
---|---|
static String |
CLASS_SUFFIX
The suffix used for generated classes.
|
EMPTY
Modifier and Type | Method and Description |
---|---|
default void |
configure(GraalReflectionConfigurer.ReflectionConfigurationContext context)
Configure reflection for this type.
|
findAnnotation, findAnnotation, findDeclaredAnnotation, findDeclaredAnnotation, getAnnotationMetadata, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeAll, synthesizeAnnotationsByType, synthesizeDeclared, synthesizeDeclared, synthesizeDeclaredAnnotationsByType
getAnnotation, getAnnotation, getDeclaredAnnotation, getDeclaredAnnotation, isAnnotationPresent, isDeclaredAnnotationPresent, synthesize, synthesizeDeclared
static final String CLASS_SUFFIX
default void configure(GraalReflectionConfigurer.ReflectionConfigurationContext context)
context
- The feature access