public class ReflectionType extends BasicReflectionMember<Class<?>> implements ITypeModel
ReflectionType class.
element| Constructor and Description |
|---|
ReflectionType(Class<?> element)
Constructor for ReflectionType.
|
| Modifier and Type | Method and Description |
|---|---|
IFieldModel[] |
getFields()
getFields.
|
String |
getFullyQualifiedName()
getFullyQualifiedName.
|
IMethodModel[] |
getMethods()
getMethods.
|
String |
getName()
getName.
|
equals, getAnnotation, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, getElement, hasAnnotation, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAnnotation, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, hasAnnotationpublic IMethodModel[] getMethods()
getMethods.
getMethods in interface ITypeModelIMethodModel objects.public String getName()
getName.
getName in interface IBasicModelgetName in class BasicReflectionMember<Class<?>>String object.public String getFullyQualifiedName()
getFullyQualifiedName.
getFullyQualifiedName in interface ITypeModelString object.public IFieldModel[] getFields()
getFields.
getFields in interface ITypeModelIFieldModel objects.Copyright © 2015 Mulesoft. All rights reserved.