public class CacheParameterDetails extends Object
| Constructor and Description |
|---|
CacheParameterDetails(Class<?> rawType,
Set<Annotation> annotations,
int parameterPosition)
Create new cache parameter details
|
| Modifier and Type | Method and 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 © 2019. All rights reserved.