Package org.incendo.cloud.annotations
Interface AnnotationMapper<A extends Annotation>
- Type Parameters:
A- annotation type
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Maps annotations to
parser parameters.-
Method Summary
Modifier and TypeMethodDescriptionmapAnnotation(@NonNull A annotation) Maps the givenannotationtoparser parameters.
-
Method Details
-
mapAnnotation
Maps the givenannotationtoparser parameters.- Parameters:
annotation- the annotation- Returns:
- the mapped parser parameters
-