public final class PathCompiler extends Object
| Modifier and Type | Method and Description |
|---|---|
static List<PathExpression> |
compile(String key)
Split the property name by separator (except within a [] escaped blocked)
and create an array of it.
|
static List<PathExpression> |
compile(String key,
boolean parentScopeResolution)
Split the property name by separator (except within a [] escaped blocked)
and create an array of it.
|
public static List<PathExpression> compile(String key)
key - The property's name.public static List<PathExpression> compile(String key, boolean parentScopeResolution)
key - The property's name.parentScopeResolution - False, if we want to restrict lookup to current scope.Copyright © 2016. All rights reserved.