public interface ClassDescriber extends AnnotationsDescriber
| Modifier and Type | Method and Description |
|---|---|
FieldDescriber |
getField(String name) |
FieldDescriber[] |
getFields() |
GenericClass[] |
getInterfaces() |
MethodDescriber |
getMethod(String name,
ValueType... parameterTypes) |
MethodDescriber[] |
getMethods() |
String |
getName() |
GenericClass |
getSupertype() |
TypeVar[] |
getTypeVariables() |
boolean |
isInterface() |
getAnnotation, getAnnotationsString getName()
boolean isInterface()
TypeVar[] getTypeVariables()
GenericClass getSupertype()
GenericClass[] getInterfaces()
MethodDescriber[] getMethods()
MethodDescriber getMethod(String name, ValueType... parameterTypes)
FieldDescriber[] getFields()
FieldDescriber getField(String name)
Copyright © 2019. All rights reserved.