-
- All Implemented Interfaces:
-
icu.windea.breezeframework.core.component.Component,icu.windea.breezeframework.core.component.PathPattern
public class PathPattern.JsonPointerPath extends PathPattern.AbstractPathPattern
Json指针路径。
规则:
以
/作为分隔符。{name}匹配任意项,并命名为name。-(仅对于赋值操作)匹配数组最后一个元素的下一个元素。index匹配索引index,index是整数。name匹配名字、键name。
-
-
Field Summary
Fields Modifier and Type Field Description public final static PathPattern.JsonPointerPathINSTANCE
-
Method Summary
Modifier and Type Method Description -
Methods inherited from class icu.windea.breezeframework.core.component.PathPattern.JsonPointerPath
get, getOrDefault, getOrElse, getOrNull, joinToString, joinToString, joinToString, matches, normalize, query, resolveVariables, split, splitToSequence -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-