Package io.micronaut.data.annotation
Annotation Interface ConvertException
@Introduction
@Retention(RUNTIME)
@Target({METHOD,ANNOTATION_TYPE,TYPE})
@Documented
public @interface ConvertException
The exception converter definition for the data method.
- Since:
- 4.13
- Author:
- Denis Stepanov
-
Required Element Summary
Required ElementsModifier and TypeRequired ElementDescriptionClass<? extends ExceptionConverter>
The exception converter class that will be retried from the bean context.
-
Element Details
-
value
Class<? extends ExceptionConverter> valueThe exception converter class that will be retried from the bean context.- Returns:
- The exception converter class
-