Package org.drools.base.base
Interface CoreComponentsBuilder
- All Superinterfaces:
Comparable<KieService>,KieService
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsFields inherited from interface org.kie.api.internal.utils.KieService
UNDEFINED -
Method Summary
Modifier and TypeMethodDescriptiondefault ClassFieldInspectorcreateClassFieldInspector(Class<?> classUnderInspection) createClassFieldInspector(Class<?> classUnderInspection, boolean includeFinalMethods) evaluateMvelExpression(DialectRuntimeData data, ClassLoader classLoader, String expr) static CoreComponentsBuilderget()getReadAcessor(String className, String expr, boolean typesafe, Class<?> returnType) static booleanpresent()static <T> TMethods inherited from interface org.kie.api.internal.utils.KieService
compareTo, servicePriority, serviceTag
-
Field Details
-
NO_MVEL
- See Also:
-
-
Method Details
-
throwExceptionForMissingMvel
static <T> T throwExceptionForMissingMvel() -
get
-
present
static boolean present() -
getReadAcessor
-
evaluateMvelExpression
-
createClassFieldInspector
default ClassFieldInspector createClassFieldInspector(Class<?> classUnderInspection) throws IOException - Throws:
IOException
-
createClassFieldInspector
ClassFieldInspector createClassFieldInspector(Class<?> classUnderInspection, boolean includeFinalMethods) throws IOException - Throws:
IOException
-
getMVELExecutor
MVELExecutor getMVELExecutor()
-