Interface Configurer
- All Superinterfaces:
ExtensionConfigurer
@Deprecated(since="3.38.0",
forRemoval=true)
public interface Configurer
extends ExtensionConfigurer
Deprecated, for removal: This API element is subject to removal in a future version.
Configures
ConfigRegistry instances to satisfy the contract of a
ConfiguringAnnotation-annotated annotation.-
Method Summary
Methods inherited from interface ExtensionConfigurer
configureForMethod, configureForTypeModifier and TypeMethodDescriptiondefault voidconfigureForMethod(ConfigRegistry config, Annotation annotation, Class<?> extensionType, Method method) Configures the config for the given annotation on a extension type method.default voidconfigureForType(ConfigRegistry config, Annotation annotation, Class<?> extensionType) Updates configuration for the given annotation on an extension type.
ExtensionConfigurerdirectly.