Interface ObjectPathExpressionParser.PathEntry

Enclosing class:
ObjectPathExpressionParser

public static interface ObjectPathExpressionParser.PathEntry
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String parentPath, Object node, String next)
    Parse one node.
  • Method Details

    • parse

      Object parse(String parentPath, Object node, String next)
      Parse one node.
      Parameters:
      parentPath - The path expression parsed so far.
      node - The current parse node.
      next - The next path token.
      Returns:
      A reference to the next parse node.