Package | Description |
---|---|
com.massa.mrules.context.execute |
Modifier and Type | Method and Description |
---|---|
ExtPropertySource |
AbstractExecutionContext.getCachedPropertySource(Object src) |
ExtPropertySource |
IExecutionContext.getCachedPropertySource(Object src)
Internal use only: Drastically disminuish memory footprint by caching Property Source Object.
|
ExtPropertySource |
ExecutionContextWrapper.getCachedPropertySource(Object src)
Deprecated.
|
ExtPropertySource |
AbstractExecutionContext.getCachedPropertySource(Object src,
Class<?> defaultSrcType) |
ExtPropertySource |
IExecutionContext.getCachedPropertySource(Object src,
Class<?> defaultSrcType)
Internal use only: Drastically disminuish memory footprint by caching Property Source Object.
|
ExtPropertySource |
ExecutionContextWrapper.getCachedPropertySource(Object src,
Class<?> defaultSrcType)
Deprecated.
|