public final class CachedParameterSpec extends ParameterSpec
| Constructor and Description |
|---|
CachedParameterSpec(DeclaredType cachedType) |
| Modifier and Type | Method and Description |
|---|---|
DeclaredType |
getAnnotationType() |
boolean |
isCached() |
boolean |
matches(VariableElement variable) |
getAllowedTypes, getExecution, getName, isLocal, isSignature, setAllowSubclasses, setExecution, setLocal, setSignature, toSignatureString, toStringpublic CachedParameterSpec(DeclaredType cachedType)
public DeclaredType getAnnotationType()
public boolean isCached()
isCached in class ParameterSpecpublic boolean matches(VariableElement variable)
matches in class ParameterSpec