public class CacheParameterDetails extends Object
| Constructor | Description |
|---|---|
CacheParameterDetails(Class<?> rawType,
Set<Annotation> annotations,
int parameterPosition) |
Create new cache parameter details
|
| Modifier and Type | Method | Description |
|---|---|---|
Set<Annotation> |
getAnnotations() |
|
int |
getParameterPosition() |
|
Class<?> |
getRawType() |
public CacheParameterDetails(Class<?> rawType, Set<Annotation> annotations, int parameterPosition)
rawType - The declared class of the parameterannotations - All annotations on the parameterparameterPosition - The position of the parameter in the original parameter arraypublic Class<?> getRawType()
CacheInvocationParameter.getRawType()public Set<Annotation> getAnnotations()
CacheInvocationParameter.getAnnotations()public int getParameterPosition()
CacheInvocationParameter.getParameterPosition()Copyright © 2017. All rights reserved.