org.infinispan.cdi.interceptor.context.metadata
Class ParameterMetaData

java.lang.Object
  extended by org.infinispan.cdi.interceptor.context.metadata.ParameterMetaData

public class ParameterMetaData
extends Object

Contains the metadata for a parameter of a method annotated with A JCACHE annotation.

Author:
Kevin Pollet (C) 2011 SERLI

Constructor Summary
ParameterMetaData(Class<?> type, int position, Set<Annotation> annotations)
           
 
Method Summary
 Set<Annotation> getAnnotations()
           
 Type getBaseType()
           
 int getPosition()
           
 Class<?> getRawType()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ParameterMetaData

public ParameterMetaData(Class<?> type,
                         int position,
                         Set<Annotation> annotations)
Method Detail

getBaseType

public Type getBaseType()

getRawType

public Class<?> getRawType()

getPosition

public int getPosition()

getAnnotations

public Set<Annotation> getAnnotations()

toString

public String toString()
Overrides:
toString in class Object

-->

Copyright © 2012 JBoss, a division of Red Hat. All Rights Reserved.