@Internal public class JakartaEntityIntrospectedAnnotationMapper extends Object implements NamedAnnotationMapper
| Constructor and Description | 
|---|
| JakartaEntityIntrospectedAnnotationMapper() | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getName() | 
| List<AnnotationValue<?>> | map(AnnotationValue<Annotation> annotation,
   VisitorContext visitorContext)The map method will be called for each instances of the annotation returned via this method. | 
public JakartaEntityIntrospectedAnnotationMapper()
public List<AnnotationValue<?>> map(AnnotationValue<Annotation> annotation, VisitorContext visitorContext)
AnnotationMappermap in interface AnnotationMapper<Annotation>annotation - The annotation valuesvisitorContext - The context that is being visited