org.jboss.beans.metadata.plugins
Class DirectAnnotationMetaData

java.lang.Object
  extended by org.jboss.util.JBossObject
      extended by org.jboss.beans.metadata.plugins.DirectAnnotationMetaData
All Implemented Interfaces:
Serializable, Cloneable, AnnotationMetaData, MetaDataVisitorNode, org.jboss.util.JBossInterface

public class DirectAnnotationMetaData
extends org.jboss.util.JBossObject
implements AnnotationMetaData, Serializable

Metadata for an annotation.

Author:
Ales Justin
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.util.JBossObject
hashCode, log, toString
 
Constructor Summary
DirectAnnotationMetaData(Annotation annotation)
           
 
Method Summary
 DirectAnnotationMetaData clone()
          Clone the object
 void describeVisit(MetaDataVisitor vistor)
          Revisit the node
 boolean equals(Object object)
           
 Annotation getAnnotationInstance()
          Get the annotation using the thread context classloader
 Annotation getAnnotationInstance(ClassLoader cl)
          Get the annotation using passed in classloader
 Iterator<? extends MetaDataVisitorNode> getChildren()
          Return the child nodes
protected  int getHashCode()
           
 void initialVisit(MetaDataVisitor visitor)
          Visit the node
 void toShortString(org.jboss.util.JBossStringBuilder buffer)
           
 void toString(org.jboss.util.JBossStringBuilder buffer)
           
 
Methods inherited from class org.jboss.util.JBossObject
cacheGetHashCode, cacheToString, equals, flushJBossObjectCache, getClassShortName, hashCode, list, notEqual, toShortString, toString, toStringImplementation
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.jboss.util.JBossInterface
toShortString
 

Constructor Detail

DirectAnnotationMetaData

public DirectAnnotationMetaData(Annotation annotation)
Method Detail

getAnnotationInstance

public Annotation getAnnotationInstance()
Description copied from interface: AnnotationMetaData
Get the annotation using the thread context classloader

Specified by:
getAnnotationInstance in interface AnnotationMetaData
Returns:
The annotation instance

getAnnotationInstance

public Annotation getAnnotationInstance(ClassLoader cl)
Description copied from interface: AnnotationMetaData
Get the annotation using passed in classloader

Specified by:
getAnnotationInstance in interface AnnotationMetaData
Parameters:
cl - The classloader
Returns:
The annotation instance

initialVisit

public void initialVisit(MetaDataVisitor visitor)
Description copied from interface: MetaDataVisitorNode
Visit the node

Specified by:
initialVisit in interface MetaDataVisitorNode
Parameters:
visitor - the visitor

describeVisit

public void describeVisit(MetaDataVisitor vistor)
Description copied from interface: MetaDataVisitorNode
Revisit the node

Specified by:
describeVisit in interface MetaDataVisitorNode
Parameters:
vistor - the visitor

getChildren

public Iterator<? extends MetaDataVisitorNode> getChildren()
Description copied from interface: MetaDataVisitorNode
Return the child nodes

Specified by:
getChildren in interface MetaDataVisitorNode
Returns:
Iterator or null if there aren't any

toString

public void toString(org.jboss.util.JBossStringBuilder buffer)
Overrides:
toString in class org.jboss.util.JBossObject

toShortString

public void toShortString(org.jboss.util.JBossStringBuilder buffer)
Specified by:
toShortString in interface org.jboss.util.JBossInterface
Overrides:
toShortString in class org.jboss.util.JBossObject

getHashCode

protected int getHashCode()
Overrides:
getHashCode in class org.jboss.util.JBossObject

equals

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

clone

public DirectAnnotationMetaData clone()
Description copied from interface: MetaDataVisitorNode
Clone the object

Specified by:
clone in interface MetaDataVisitorNode
Specified by:
clone in interface org.jboss.util.JBossInterface
Overrides:
clone in class org.jboss.util.JBossObject
Returns:
a clone of the object


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