A C E F G I J M N P T U
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ANNOTATIONS - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
-
Annotations of methods or fields, which will be represented by a mapping of the full qualified type of an annotation to its value.
C
- CANONICAL_NAME - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
-
Full qualified name of the input class (
String) - CANONICAL_TYPE - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
-
Full qualified type of a field of the input class (
String) - CLASS_OBJECT - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
-
Raw class object providing any reflection interaction.
- com.devonfw.cobigen.javaplugin.model - package com.devonfw.cobigen.javaplugin.model
- COMMENT - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
-
JavaDoc comment (without doclets) or possibly any other comment
E
- EXTENDED_TYPE - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
F
- FIELDS - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
- FIELDS_DEPRECATED - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
-
Deprecated.this is the deprecated accessor for the list of Java fields named 'attributes'. Please use
FIELDSfor new features. This accessor value for the model will be removed at the next major release.
G
- getAnnotations(Map<String, Object>) - Static method in class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
-
Returns the model annotations-element (
ANNOTATIONS) - 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
-
Returns the list of all field models (
FIELDS) - 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
-
Returns the list of all field models (
METHOD_ACCESSIBLE_FIELDS) - 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
-
Returns the model root-element (
MODEL_ROOT)
I
- IMPLEMENTED_TYPES - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
J
- JAVADOC - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
-
JavaDoc of a method or a field (
String) - JavaModelUtil - Class in com.devonfw.cobigen.javaplugin.model
-
* The
JavaModelUtilclass provides helper functions to access the given model. - JavaModelUtil() - Constructor for class com.devonfw.cobigen.javaplugin.model.JavaModelUtil
M
- METHOD_ACCESSIBLE_FIELDS - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
-
A list of all visible fields accessible via setter and getter methods including inherited fields.
- METHODS - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
- MODEL_ROOT - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
- ModelConstant - Class in com.devonfw.cobigen.javaplugin.model
-
String constants of the java object model for generation.
- ModelConstant() - Constructor for class com.devonfw.cobigen.javaplugin.model.ModelConstant
N
- NAME - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
-
Simple name of the input class (
String)
P
- PACKAGE - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
-
Package name of the input class (
String)
T
- TYPE - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
-
Type of a field of the input class (
String)
U
- UTILS - Static variable in class com.devonfw.cobigen.javaplugin.model.ModelConstant
-
Node for hand-written template utils
All Classes All Packages