public class CachedValueParamModel extends Object implements MethodParamModel
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<Annotation> |
getAnnotations() |
List<AnnotationSpec> |
getExternalAnnotations() |
String |
getName() |
Object |
getRepresentedObject() |
TypeName |
getTypeName() |
TypeSpec |
getTypeSpec() |
int |
hashCode() |
public TypeSpec getTypeSpec()
getTypeSpec in interface MethodParamModelTypeSpec of the param.public TypeName getTypeName()
getTypeName in interface MethodParamModelpublic String getName()
getName in interface MethodParamModelpublic List<Annotation> getAnnotations()
getAnnotations in interface MethodParamModelpublic List<AnnotationSpec> getExternalAnnotations()
getExternalAnnotations in interface MethodParamModelpublic Object getRepresentedObject()
getRepresentedObject in interface MethodParamModel