Class JaxRsAnnotationRemapper
java.lang.Object
io.micronaut.jaxrs.processor.transformer.JaxRsAnnotationRemapper
- All Implemented Interfaces:
AnnotationRemapper
The validation annotations remapper.
- Since:
- 4.6
- Author:
- Denis Stepanov
-
Field Summary
Fields inherited from interface io.micronaut.inject.annotation.AnnotationRemapper
ALL_PACKAGES
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionList<AnnotationValue<?>>
remap
(AnnotationValue<?> annotation, VisitorContext visitorContext)
-
Constructor Details
-
JaxRsAnnotationRemapper
public JaxRsAnnotationRemapper()
-
-
Method Details
-
getPackageName
- Specified by:
getPackageName
in interfaceAnnotationRemapper
-
remap
- Specified by:
remap
in interfaceAnnotationRemapper
-