org.constretto.internal.introspect
Class ArgumentDescription

java.lang.Object
  extended by org.constretto.internal.introspect.ArgumentDescription

public class ArgumentDescription
extends Object

Parameter name

Author:
Sondre Eikanger Kvalø

Constructor Summary
ArgumentDescription(String name, Annotation[] annotations, Class<?> type)
           
 
Method Summary
 String constrettoConfigurationKeyCandidate()
           
 boolean equals(Object o)
           
 Annotation[] getAnnotations()
           
 String getName()
           
 Class<?> getType()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArgumentDescription

public ArgumentDescription(String name,
                           Annotation[] annotations,
                           Class<?> type)
Method Detail

getName

public String getName()

getAnnotations

public Annotation[] getAnnotations()

getType

public Class<?> getType()

constrettoConfigurationKeyCandidate

public String constrettoConfigurationKeyCandidate()

equals

public boolean equals(Object o)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2008-2013. All Rights Reserved.