Class AnnotatedClassUsage
- java.lang.Object
-
- org.wildfly.experimental.api.classpath.runtime.bytecode.AnnotationUsage
-
- org.wildfly.experimental.api.classpath.runtime.bytecode.AnnotationWithSourceClassUsage
-
- org.wildfly.experimental.api.classpath.runtime.bytecode.AnnotatedClassUsage
-
public class AnnotatedClassUsage extends AnnotationWithSourceClassUsage
-
-
Field Summary
-
Fields inherited from class org.wildfly.experimental.api.classpath.runtime.bytecode.AnnotationWithSourceClassUsage
sourceClass
-
Fields inherited from class org.wildfly.experimental.api.classpath.runtime.bytecode.AnnotationUsage
annotations, type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected intcalculateHash()protected AnnotationUsageconvertToDotFormat()booleanequals(Object o)StringgetReferencedClass()-
Methods inherited from class org.wildfly.experimental.api.classpath.runtime.bytecode.AnnotationWithSourceClassUsage
getSourceClass
-
Methods inherited from class org.wildfly.experimental.api.classpath.runtime.bytecode.AnnotationUsage
asAnnotatedAnnotation, asAnnotatedClassUsage, asAnnotatedFieldReference, asAnnotatedMethodReference, asExtendsAnnotatedClass, asImplementsAnnotatedInterface, getAnnotations, getType, hashCode
-
-
-
-
Method Detail
-
getReferencedClass
public String getReferencedClass()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classAnnotationWithSourceClassUsage
-
calculateHash
protected int calculateHash()
- Overrides:
calculateHashin classAnnotationWithSourceClassUsage
-
convertToDotFormat
protected AnnotationUsage convertToDotFormat()
- Specified by:
convertToDotFormatin classAnnotationUsage
-
-