Interface ReflectionContextFactory
- All Known Implementing Classes:
OgnlReflectionContextFactory
Deprecated, for removal: This API element is subject to removal in a future version.
since 6.8.0, avoid using this interface and any of its implementation, it's going to be removed soon
-
Method Summary
Modifier and TypeMethodDescriptioncreateDefaultContext(Object root) Deprecated, for removal: This API element is subject to removal in a future version.Creates and returns a new standard naming context for evaluating an OGNL expression.
-
Method Details
-
createDefaultContext
Deprecated, for removal: This API element is subject to removal in a future version.Creates and returns a new standard naming context for evaluating an OGNL expression.- Parameters:
root- the root of the object graph- Returns:
- a new Map with the keys
rootandcontextset appropriately
-