public class KotlinNullableMapper extends Object implements NamedAnnotationMapper
| Constructor and Description | 
|---|
KotlinNullableMapper()  | 
| 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 List<AnnotationValue<?>> map(AnnotationValue<Annotation> annotation, VisitorContext visitorContext)
AnnotationMappermap in interface AnnotationMapper<Annotation>annotation - The annotation valuesvisitorContext - The context that is being visited