public class ParameterInfoImpl extends AnnotationHolder implements ParameterInfo
| Modifier and Type | Field and Description |
|---|---|
protected String |
name
The parameter name
|
protected TypeInfo |
parameterType
The parameter type
|
annotationMap, annotationsArray| Constructor and Description |
|---|
ParameterInfoImpl()
Create a new method info
|
ParameterInfoImpl(AnnotationValue[] annotations,
String name,
TypeInfo parameterType)
Create a new MethodInfo.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getName()
Get the parameter name
|
TypeInfo |
getParameterType()
Get the parameter type
|
int |
hashCode() |
getAnnotation, getAnnotations, isAnnotationPresent, setupAnnotationsgetUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresentcacheGetHashCode, cacheToString, clone, equals, flushJBossObjectCache, getClassShortName, getHashCode, list, notEqual, toShortString, toShortString, toString, toString, toStringImplementationfinalize, getClass, notify, notifyAll, wait, wait, waitgetAnnotation, getAnnotations, getUnderlyingAnnotation, getUnderlyingAnnotations, isAnnotationPresent, isAnnotationPresentprotected String name
protected TypeInfo parameterType
public ParameterInfoImpl()
public ParameterInfoImpl(AnnotationValue[] annotations, String name, TypeInfo parameterType)
annotations - the annotationsname - the method nameparameterType - the parameter typepublic String getName()
ParameterInfogetName in interface ParameterInfopublic TypeInfo getParameterType()
ParameterInfogetParameterType in interface ParameterInfopublic int hashCode()
hashCode in class org.jboss.util.JBossObjectCopyright © 2013 JBoss, a division of Red Hat, Inc.. All rights reserved.