public class ReflectionField extends BasicReflectionMember<Field> implements IFieldModel
ReflectionField class.
element| Constructor and Description |
|---|
ReflectionField(Field element)
Constructor for ReflectionField.
|
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getJavaType()
getJavaType.
|
List<ITypeModel> |
getJAXBTypes()
getJAXBType.
|
String |
getName()
getName.
|
ITypeModel |
getType()
getType.
|
boolean |
isCollection() |
boolean |
isGeneric()
isPublic.
|
boolean |
isMap() |
boolean |
isPublic()
isPublic.
|
boolean |
isStatic()
isStatic.
|
equals, getAnnotation, getAnnotationByCanonicalName, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, getElement, hasAnnotation, hasAnnotationWithCanonicalName, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetAnnotation, getAnnotationByCanonicalName, getAnnotations, getAnnotationValue, getAnnotationValues, getDocumentation, hasAnnotation, hasAnnotationWithCanonicalNamepublic String getName()
getName.
getName in interface IBasicModelgetName in class BasicReflectionMember<Field>String object.public ITypeModel getType()
getType.
getType in interface IFieldModelgetType in interface IMemberITypeModel object.public boolean isStatic()
isStatic.
isStatic in interface IFieldModelisStatic in interface IMemberpublic boolean isPublic()
isPublic.
isPublic in interface IFieldModelisPublic in interface IMemberpublic List<ITypeModel> getJAXBTypes()
getJAXBType.
getJAXBTypes in interface IMemberITypeModel object.public Class<?> getJavaType()
getJavaType.
getJavaType in interface IMemberClass object.public boolean isGeneric()
IFieldModelisPublic.
isGeneric in interface IFieldModelpublic boolean isCollection()
isCollection in interface IMemberCopyright © 2015 Mulesoft. All rights reserved.