Uses of Class
org.drools.base.rule.TypeDeclaration
-
Packages that use TypeDeclaration Package Description org.drools.base org.drools.base.definitions org.drools.base.definitions.impl org.drools.base.rule Contains the binary representations of rule constructs, like Package (which the compiler produces), Rule, and Conditional Elements. -
-
Uses of TypeDeclaration in org.drools.base
Methods in org.drools.base that return TypeDeclaration Modifier and Type Method Description TypeDeclarationRuleBase. getOrCreateExactTypeDeclaration(java.lang.Class<?> nodeClass)TypeDeclarationRuleBase. getTypeDeclaration(java.lang.Class<?> classType) -
Uses of TypeDeclaration in org.drools.base.definitions
Methods in org.drools.base.definitions that return TypeDeclaration Modifier and Type Method Description TypeDeclarationInternalKnowledgePackage. getTypeDeclaration(java.lang.Class<?> clazz)TypeDeclarationInternalKnowledgePackage. getTypeDeclaration(java.lang.String type)Methods in org.drools.base.definitions that return types with arguments of type TypeDeclaration Modifier and Type Method Description java.util.Map<java.lang.String,TypeDeclaration>InternalKnowledgePackage. getTypeDeclarations()java.util.List<TypeDeclaration>InternalKnowledgePackage. removeTypesGeneratedFromResource(org.kie.api.io.Resource resource)Methods in org.drools.base.definitions with parameters of type TypeDeclaration Modifier and Type Method Description voidInternalKnowledgePackage. addTypeDeclaration(TypeDeclaration typeDecl)default voidInternalKnowledgePackage. buildFieldAccessors(TypeDeclaration type)default ReadAccessorInternalKnowledgePackage. getFieldExtractor(TypeDeclaration type, java.lang.String timestampField, java.lang.Class<?> returnType) -
Uses of TypeDeclaration in org.drools.base.definitions.impl
Fields in org.drools.base.definitions.impl with type parameters of type TypeDeclaration Modifier and Type Field Description protected java.util.Map<java.lang.String,TypeDeclaration>KnowledgePackageImpl. typeDeclarationsMethods in org.drools.base.definitions.impl that return TypeDeclaration Modifier and Type Method Description TypeDeclarationKnowledgePackageImpl. getExactTypeDeclaration(java.lang.Class<?> clazz)TypeDeclarationKnowledgePackageImpl. getTypeDeclaration(java.lang.Class<?> clazz)TypeDeclarationKnowledgePackageImpl. getTypeDeclaration(java.lang.String type)Methods in org.drools.base.definitions.impl that return types with arguments of type TypeDeclaration Modifier and Type Method Description java.util.Map<java.lang.String,TypeDeclaration>KnowledgePackageImpl. getTypeDeclarations()java.util.List<TypeDeclaration>KnowledgePackageImpl. removeTypesGeneratedFromResource(org.kie.api.io.Resource resource)Methods in org.drools.base.definitions.impl with parameters of type TypeDeclaration Modifier and Type Method Description voidKnowledgePackageImpl. addTypeDeclaration(TypeDeclaration typeDecl)protected voidKnowledgePackageImpl. removeTypeFromStore(TypeDeclaration type) -
Uses of TypeDeclaration in org.drools.base.rule
Methods in org.drools.base.rule that return TypeDeclaration Modifier and Type Method Description static TypeDeclarationTypeDeclaration. createTypeDeclarationForBean(java.lang.Class<?> cls)static TypeDeclarationTypeDeclaration. createTypeDeclarationForBean(java.lang.Class<?> cls, Annotated annotated, org.kie.internal.builder.conf.PropertySpecificOption propertySpecificOption)static TypeDeclarationTypeDeclaration. createTypeDeclarationForBean(java.lang.Class<?> cls, org.kie.internal.builder.conf.PropertySpecificOption propertySpecificOption)Methods in org.drools.base.rule with parameters of type TypeDeclaration Modifier and Type Method Description intTypeDeclaration. compareTo(TypeDeclaration o)static voidTypeDeclaration. processTypeAnnotations(TypeDeclaration type, Annotated annotated, org.kie.internal.builder.conf.PropertySpecificOption propertySpecificOption)Constructors in org.drools.base.rule with parameters of type TypeDeclaration Constructor Description TypeMetaInfo(TypeDeclaration typeDeclaration)
-