public static class AnnotationInfo.AnnotationClassRef extends Object
Use ReflectionUtils.typeStrToClass() to get a Class<?>
reference from this class type string.
Modifier and Type | Method | 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.
|
int |
hashCode() |
|
String |
toString() |
public TypeSignature getTypeSignature()
Call getType() to get a Class<?>
reference for this class.
public Class<?> getType()
Class<?>
reference.Copyright © 2018. All rights reserved.