Class JavaField
java.lang.Object
ch.ifocusit.livingdoc.plugin.glossary.JavaField
- All Implemented Interfaces:
JavaElement
-
Field Summary
Fields inherited from interface ch.ifocusit.livingdoc.plugin.glossary.JavaElement
HIBERNATE_VALIDATION_CONSTRAINTS, JAVAX_VALIDATION_CONSTRAINTS -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ch.ifocusit.livingdoc.plugin.glossary.JavaElement
getAnnotations, getGlossary, getGlossary, getGlossaryId, getGlossaryId, getId, getIdDefined, getLinkableIdColumn, getLinkableName, getLinkContent
-
Constructor Details
-
JavaField
public JavaField()
-
-
Method Details
-
getName
- Specified by:
getNamein interfaceJavaElement
-
getDescription
- Specified by:
getDescriptionin interfaceJavaElement
-
getFullName
-
getLinkableFullName
-
getType
- Specified by:
getTypein interfaceJavaElement
-
getModel
public com.thoughtworks.qdox.model.JavaAnnotatedElement getModel()- Specified by:
getModelin interfaceJavaElement
-
isPartOfDomain
public boolean isPartOfDomain() -
getLinkedType
-
getAnchor
- Specified by:
getAnchorin interfaceJavaElement
-
of
public static JavaField of(com.thoughtworks.qdox.model.JavaField javaField, List<com.thoughtworks.qdox.model.JavaClass> domainClasses, MappingRespository mappingRespository)
-