Uses of Interface
org.drools.modelcompiler.builder.generator.declaredtype.api.AnnotationDefinition
-
Packages that use AnnotationDefinition Package Description org.drools.modelcompiler.builder.generator.declaredtype org.drools.modelcompiler.builder.generator.declaredtype.api -
-
Uses of AnnotationDefinition in org.drools.modelcompiler.builder.generator.declaredtype
Classes in org.drools.modelcompiler.builder.generator.declaredtype that implement AnnotationDefinition Modifier and Type Class Description classDescrAnnotationDefinitionMethods in org.drools.modelcompiler.builder.generator.declaredtype that return AnnotationDefinition Modifier and Type Method Description AnnotationDefinitionDescrAnnotationDefinition. addValue(String key, String value)static AnnotationDefinitionDescrAnnotationDefinition. createPositionAnnotation(int position)Methods in org.drools.modelcompiler.builder.generator.declaredtype that return types with arguments of type AnnotationDefinition Modifier and Type Method Description List<AnnotationDefinition>DescrTypeDefinition. getAnnotationsToBeAdded()List<AnnotationDefinition>DescrFieldDefinition. getFieldAnnotations()Methods in org.drools.modelcompiler.builder.generator.declaredtype with parameters of type AnnotationDefinition Modifier and Type Method Description voidDescrFieldDefinition. addAnnotation(AnnotationDefinition annotationDefinition) -
Uses of AnnotationDefinition in org.drools.modelcompiler.builder.generator.declaredtype.api
Classes in org.drools.modelcompiler.builder.generator.declaredtype.api that implement AnnotationDefinition Modifier and Type Class Description classSimpleAnnotationDefinitionMethods in org.drools.modelcompiler.builder.generator.declaredtype.api that return AnnotationDefinition Modifier and Type Method Description AnnotationDefinitionAnnotationDefinition. addValue(String key, String value)AnnotationDefinitionSimpleAnnotationDefinition. addValue(String key, String value)Methods in org.drools.modelcompiler.builder.generator.declaredtype.api that return types with arguments of type AnnotationDefinition Modifier and Type Method Description default List<AnnotationDefinition>MethodDefinition. getAnnotations()List<AnnotationDefinition>MethodWithStringBody. getAnnotations()default List<AnnotationDefinition>TypeDefinition. getAnnotationsToBeAdded()default List<AnnotationDefinition>FieldDefinition. getFieldAnnotations()default List<AnnotationDefinition>FieldDefinition. getterAnnotations()default List<AnnotationDefinition>FieldDefinition. setterAnnotations()
-