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(Class annotationClass, Map<String,Object> valueMap, TypeResolver resolver)AnnotationDefinitionClassDefinition. getAnnotation(Class<?> annotationClass)Methods in org.drools.core.factmodel that return types with arguments of type AnnotationDefinition Modifier and Type Method Description Collection<AnnotationDefinition>ClassDefinition. getAnnotations()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 Map<String,AnnotationDefinition>Pattern. getAnnotations()
-