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