Uses of Class
org.drools.core.factmodel.AnnotationDefinition
-
Packages that use AnnotationDefinition Package Description org.drools.core.factmodel org.drools.core.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of AnnotationDefinition in org.drools.core.factmodel
Methods in org.drools.core.factmodel that return AnnotationDefinition Modifier and Type Method Description static AnnotationDefinitionAnnotationDefinition. build(java.lang.Class annotationClass, java.util.Map<java.lang.String,java.lang.Object> valueMap, org.drools.util.TypeResolver resolver)AnnotationDefinitionClassDefinition. getAnnotation(java.lang.Class<?> annotationClass)Methods in org.drools.core.factmodel that return types with arguments of type AnnotationDefinition Modifier and Type Method Description java.util.Collection<AnnotationDefinition>ClassDefinition. getAnnotations()java.util.List<AnnotationDefinition>FieldDefinition. getAnnotations()Methods in org.drools.core.factmodel with parameters of type AnnotationDefinition Modifier and Type Method Description voidClassDefinition. addAnnotation(AnnotationDefinition annotationDefinition)voidFieldDefinition. addAnnotation(AnnotationDefinition annotationDefinition) -
Uses of AnnotationDefinition in org.drools.core.rule
Methods in org.drools.core.rule that return types with arguments of type AnnotationDefinition Modifier and Type Method Description java.util.Map<java.lang.String,AnnotationDefinition>Pattern. getAnnotations()
-