- getAnnotations(Map<String, Object>) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
- getCanonicalName(Map<String, Object>) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
Returns the model's canonicalName element, which is the full qualified name of the input class
- getExtendedType(Map<String, Object>) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
Returns the model's super type element
- getField(Map<String, Object>, String) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
Returns the field model with the given field name from model
- getFields(Map<String, Object>) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
- getImplementedType(Map<String, Object>, String) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
Returns the interface model for the given interface name if such an interface exists, otherwise null.
- getImplementedTypes(Map<String, Object>) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
Returns the model's implemented types element, which is a list consisting of the interface models
- getJavaDocModel(Map<String, Object>) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
Returns the JavaDoc model of the documented element model passed.
- getMethod(Map<String, Object>, String) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
Returns the method model of the model with the given methodName.
- getMethodAccessibleField(Map<String, Object>, String) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
Returns the field model with the given field name from model
- getMethodAccessibleFields(Map<String, Object>) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
- getMethods(Map<String, Object>) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
Returns the model's methods element, which is a list consisting of the method models
- getName(Map<String, Object>) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
Returns the model's name element, which is the simple name of the input class
- getRoot(Map<String, Object>) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-