public interface CoreComponentsBuilder
| Modifier and Type | Interface and Description |
|---|---|
static class |
CoreComponentsBuilder.Holder |
| Modifier and Type | Field and Description |
|---|---|
static boolean |
IS_NATIVE_IMAGE |
static String |
NO_MVEL |
| Modifier and Type | Method and Description |
|---|---|
default ClassFieldInspector |
createClassFieldInspector(Class<?> classUnderInspection) |
ClassFieldInspector |
createClassFieldInspector(Class<?> classUnderInspection,
boolean includeFinalMethods) |
Object |
evaluateMvelExpression(DialectRuntimeData data,
ClassLoader classLoader,
String expr) |
static CoreComponentsBuilder |
get() |
MVELExecutor |
getMVELExecutor() |
InternalReadAccessor |
getReadAcessor(String className,
String expr,
boolean typesafe,
Class<?> returnType) |
static boolean |
present() |
static <T> T |
throwExceptionForMissingMvel() |
static final boolean IS_NATIVE_IMAGE
static final String NO_MVEL
static <T> T throwExceptionForMissingMvel()
static CoreComponentsBuilder get()
static boolean present()
InternalReadAccessor getReadAcessor(String className, String expr, boolean typesafe, Class<?> returnType)
Object evaluateMvelExpression(DialectRuntimeData data, ClassLoader classLoader, String expr)
default ClassFieldInspector createClassFieldInspector(Class<?> classUnderInspection) throws IOException
IOExceptionClassFieldInspector createClassFieldInspector(Class<?> classUnderInspection, boolean includeFinalMethods) throws IOException
IOExceptionMVELExecutor getMVELExecutor()
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.