@Immutable public class InterStageInputParamModel extends Object implements MethodParamModel
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
List<Annotation> |
getAnnotations() |
List<com.squareup.javapoet.AnnotationSpec> |
getExternalAnnotations() |
String |
getName() |
Object |
getRepresentedObject() |
com.squareup.javapoet.TypeName |
getType() |
int |
hashCode() |
public com.squareup.javapoet.TypeName getType()
getType
in interface MethodParamModel
public String getName()
getName
in interface MethodParamModel
public List<Annotation> getAnnotations()
getAnnotations
in interface MethodParamModel
public List<com.squareup.javapoet.AnnotationSpec> getExternalAnnotations()
getExternalAnnotations
in interface MethodParamModel
public Object getRepresentedObject()
getRepresentedObject
in interface MethodParamModel