Class MVELBeanCreator

  • All Implemented Interfaces:
    org.drools.compiler.kie.util.BeanCreator

    public class MVELBeanCreator
    extends Object
    implements org.drools.compiler.kie.util.BeanCreator
    • Constructor Detail

      • MVELBeanCreator

        public MVELBeanCreator​(Map<String,​Object> parameters)
    • Method Detail

      • createBean

        public <T> T createBean​(ClassLoader cl,
                                String type,
                                org.kie.api.builder.model.QualifierModel qualifier)
                         throws Exception
        Specified by:
        createBean in interface org.drools.compiler.kie.util.BeanCreator
        Throws:
        Exception