Interface ReflectionContextFactory

All Known Implementing Classes:
OgnlReflectionContextFactory

@Deprecated(since="6.8.0", forRemoval=true) public interface ReflectionContextFactory
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 Type
    Method
    Description
    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

      Map createDefaultContext(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.
      Parameters:
      root - the root of the object graph
      Returns:
      a new Map with the keys root and context set appropriately