public static class AnnotationInfo.AnnotationClassRef extends Object
Use ReflectionUtils.typeStrToClass() to get a Class> reference from this class type string.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Class<?> |
getType()
Get a class reference for a class-reference-typed value used in an annotation parameter.
|
TypeSignature |
getTypeSignature()
Get the type signature for a type reference used in an annotation parameter.
|
String |
getTypeStr()
Get a class type string (e.g.
|
int |
hashCode() |
String |
toString() |
public TypeSignature getTypeSignature()
Call getType() to get a Class> reference for this class.
public String getTypeStr()
Use ReflectionUtils.typeStrToClass() to get a Class> reference from this class type string.
public Class<?> getType()
Copyright © 2018. All rights reserved.