org.mule.util.scan.annotations
Class AnnotationInfo

java.lang.Object
  extended by org.mule.util.scan.annotations.AnnotationInfo

public class AnnotationInfo
extends Object


Nested Class Summary
static class AnnotationInfo.NameValue
           
 
Constructor Summary
AnnotationInfo()
           
 
Method Summary
 boolean equals(Object o)
           
 String getClassName()
           
 List<AnnotationInfo.NameValue> getParams()
           
 Map<String,Object> getParamsAsMap()
           
 int hashCode()
           
 void setClassName(String className)
           
 void setParams(List<AnnotationInfo.NameValue> params)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AnnotationInfo

public AnnotationInfo()
Method Detail

getParams

public List<AnnotationInfo.NameValue> getParams()

getParamsAsMap

public Map<String,Object> getParamsAsMap()

setParams

public void setParams(List<AnnotationInfo.NameValue> params)

getClassName

public String getClassName()

setClassName

public void setClassName(String className)

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 © 2003-2014 MuleSoft, Inc.. All Rights Reserved.