Package 

Object PathFormats.JsonPointerPath

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.PathFormat

    
    public class PathFormats.JsonPointerPath
    extends AbstractPathFormat
                        

    Json指针路径。

    规则:

    • /作为分隔符。

    • {name} 匹配任意项,并命名为name

    • - (仅对于赋值操作)匹配数组最后一个元素的下一个元素。

    • index 匹配索引indexindex是整数。

    • name 匹配名字、键name

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      String getComponentId()
      Map<String, Object> getComponentParams()
      • Methods inherited from class icu.windea.breezeframework.core.component.PathFormats.JsonPointerPath

        equals, get, getOrDefault, getOrElse, getOrNull, hashCode, joinToString, joinToString, joinToString, matches, normalize, query, resolveVariables, split, splitToSequence, toString
      • Methods inherited from class icu.windea.breezeframework.core.component.AbstractPathFormat

        componentCopy
      • Methods inherited from class icu.windea.breezeframework.core.component.PathFormat

        componentEquals, componentHashcode, componentToString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait