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.
|
public static List<PathExpression> compile(String key)
key - The property's name.Copyright © 2015. All rights reserved.