public interface MethodParamModel
Modifier and Type | Method and Description |
---|---|
java.util.List<java.lang.annotation.Annotation> |
getAnnotations() |
java.util.List<AnnotationSpec> |
getExternalAnnotations() |
java.lang.String |
getName() |
java.lang.Object |
getRepresentedObject() |
TypeName |
getTypeName() |
TypeSpec |
getTypeSpec() |
TypeSpec getTypeSpec()
TypeSpec
of the param.TypeName getTypeName()
java.lang.String getName()
java.util.List<java.lang.annotation.Annotation> getAnnotations()
java.util.List<AnnotationSpec> getExternalAnnotations()
java.lang.Object getRepresentedObject()