Uses of Class
org.faktorips.runtime.model.annotation.AnnotatedDeclaration
-
Packages that use AnnotatedDeclaration Package Description org.faktorips.runtime.model.annotation Annotations in Faktor-IPS generated classes that contain information about the design time model.org.faktorips.runtime.model.type Classes that allow access to design time model information on policy and product component types.org.faktorips.runtime.model.type.read Internal use classes to read model information from annotations and via reflection. -
-
Uses of AnnotatedDeclaration in org.faktorips.runtime.model.annotation
Methods in org.faktorips.runtime.model.annotation that return AnnotatedDeclaration Modifier and Type Method Description static AnnotatedDeclarationAnnotatedDeclaration. from(java.lang.Class<?> generatedClass)Creates a newAnnotatedDeclarationfrom the given class. -
Uses of AnnotatedDeclaration in org.faktorips.runtime.model.type
Methods in org.faktorips.runtime.model.type that return AnnotatedDeclaration Modifier and Type Method Description protected AnnotatedDeclarationType. getAnnotatedDeclaration()Returns theAnnotatedDeclarationobject for this model type that should be used to read all annotations.Methods in org.faktorips.runtime.model.type with parameters of type AnnotatedDeclaration Modifier and Type Method Description static java.util.Optional<Deprecation>Deprecation. of(AnnotatedDeclaration annotatedDeclaration)Constructors in org.faktorips.runtime.model.type with parameters of type AnnotatedDeclaration Constructor Description PolicyCmptType(java.lang.String name, AnnotatedDeclaration annotatedDeclararation)ProductCmptType(java.lang.String name, AnnotatedDeclaration annotatedDeclaration)Type(java.lang.String name, AnnotatedDeclaration annotatedDeclaration) -
Uses of AnnotatedDeclaration in org.faktorips.runtime.model.type.read
Methods in org.faktorips.runtime.model.type.read with parameters of type AnnotatedDeclaration Modifier and Type Method Description protected java.lang.String[]AssociationCollector. getNames(AnnotatedDeclaration annotatedDeclaration)protected java.lang.String[]AttributeCollector. getNames(AnnotatedDeclaration annotatedDeclaration)protected java.lang.String[]TableUsageCollector. getNames(AnnotatedDeclaration annotatedDeclaration)protected abstract java.lang.String[]TypePartCollector. getNames(AnnotatedDeclaration annotatedDeclaration)protected java.lang.String[]ValidationRuleCollector. getNames(AnnotatedDeclaration annotatedDeclaration)voidTypePartsReader. init(AnnotatedDeclaration annotatedDeclaration)voidTypePartCollector. initDescriptors(AnnotatedDeclaration annotatedDeclaration)abstract voidAnnotationProcessor. process(D descriptor, AnnotatedDeclaration annotatedDeclaration, java.lang.reflect.AnnotatedElement annotatedElement)voidTypePartsReader. read(AnnotatedDeclaration annotatedDeclaration)voidTypePartCollector. readAnnotations(AnnotatedDeclaration annotatedDeclaration, java.lang.reflect.AnnotatedElement annotatedElement)
-